color_scale property

color_scale property

Get the conditional formatting’s “ColorScale” instance. The default instance is a “green-yellow-red” 3ColorScale . Valid only for type = ColorScale.

Definition:

@property
def color_scale(self):
    ...

See Also