is_default property

is_default property

Indicates whether this Rgb24Color instance is default (Black) - all 3 channels are set to 0.

Definition:

@property
def is_default(self):
    ...

See Also