opacity property

opacity property

Gets/sets the opacity.

Definition:

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

See Also