color2 property

color2 property

Gets or sets the color2.

Definition:

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

See Also