opacity property

opacity property

Returns/sets value defining the uniform transparency of the brush fill.

Definition:

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

See Also