offset property

offset property

Returns/sets the gradient offset. The offset indicates a point along the progression of the gradient at which a color is specified. Colors between gradient offsets in the progression are interpolated.

Definition:

@property
def offset(self):
    ...

See Also