is_empty property

is_empty property

The flag indicating whether only the empty color is in range.

True if only the empty color is in range (HSB ranges are ignored); otherwise, False.

Definition:

@property
def is_empty(self):
    ...
@is_empty.setter
def is_empty(self, value):
    ...

See Also