transparency property

transparency property

Gets or sets the transparency factor. The factor should be ranged between 0(0%, fully opaque) and 1(100%, fully transparent) Any invalid factor value will be clamped.

Definition:

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

See Also