color_value property

color_value property

Gets or sets the color value.

Definition:

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

See Also