opacity property

opacity property

Get opacity value in a color transform matrix.

Definition:

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

See Also