transparency property

transparency property

Watermark transparency. Value between 0 and 1. Value 0 is fully visible, value 1 is invisible.

Definition:

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

See Also