color property

color property

Watermark font color if text watermark is applied

Definition:

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

See Also