color2 property

color2 property

Gets and sets the second gradient color.

Definition:

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

See Also