is_empty property

is_empty property

Indicates whether this Argb32Color color instance is uninitialized - all 4 channels are set to 0. Same as Default and Transparent. Same as Argb32Color.IsDefault

Definition:

@property
def is_empty(self):
    ...

See Also