transparency property

transparency property

Gets or sets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).

Definition:

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

See Also