a property

a property

The alpha component of the color, with valid values from 0 to 255.

Definition:

@property
def a(self):
    ...

See Also