is_empty property

is_empty property

Specifies whether this color is Color.empty.
Returns False for a color with all components equal to zero created with from_argb. Read-only bool.

Definition:

@property
def is_empty(self):
    ...

See Also