color_value1 property

color_value1 property

Gets or sets the color value1.

Definition:

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

See Also