max_color property

max_color property

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

Definition:

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

See Also