min_color property

min_color property

Get or set the gradient color for the minimum value in the range.

Definition:

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

See Also