color1 property

color1 property

Gets and sets the first gradient color.

Definition:

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

See Also