interpolation_colors property

interpolation_colors property

Get the interpolation colors that defines a multicolor linear gradient.

Definition:

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

See Also