blend_positions property

blend_positions property

Gets or sets the blend positions that define a custom falloff for the gradient.

Definition:

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

See Also