start_color property

start_color property

Gets or sets start gradient color.

Definition:

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

See Also