fill_color property

fill_color property

The color used to fill the redacted area.

Definition:

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

See Also