fill_color property

fill_color property

Gets or sets the color to fill the redacted area.

Definition:

@property
def fill_color(self):
    ...
@fill_color.setter
def fill_color(self, value):
    ...

See Also