transparency property

transparency property

The watermark transparency, a value between 0 and 1 where 0 is fully visible and 1 is invisible.

Definition:

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

See Also