mid_color property

mid_color property

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

Definition:

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

See Also