is_empty property

is_empty property

The property returns True if this color is uninitialized; otherwise, False.

Definition:

@property
def is_empty(self):
    ...

See Also