color_value2 property

color_value2 property

Gets or sets the color value2.

Definition:

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

See Also