is_named_color property

is_named_color property

Specifies whether this color carries a name: it was created from a named constant such as Color.red, with from_name, or was returned from the library as a named color. Read-only bool.

Definition:

@property
def is_named_color(self):
    ...

See Also