color_name property

color_name property

Gets or sets the name of the color.

Definition:

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

See Also