blend_factors property

blend_factors property

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

Definition:

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

See Also