opacity property

opacity property

The line opacity.

The value should be between 0 and 1. Default value is 1.

Definition:

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

See Also