is_fully_transparent property

is_fully_transparent property

Indicates whether this Argb32Color instance is fully transparent - its Alpha channel has the min (0) value, so other R, G, and B channels has no visible effect.

Definition:

@property
def is_fully_transparent(self):
    ...

See Also