is_known_color property

is_known_color property

Gets a value indicating whether this Color structure is a predefined color. Predefined colors are represented by the elements of the KnownColor enumeration.

Definition:

@property
def is_known_color(self):
    ...

See Also