is_fully_opaque property

is_fully_opaque property

Indicates whether this Argb32Color instance is fully opaque, without transparency (its Alpha channel has max value)

Definition:

@property
def is_fully_opaque(self):
    ...

See Also