gradient_stops property

gradient_stops property

Returns/sets list of gradient stops that comprise the gradient.

Definition:

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

See Also