color_map property

color_map property

Gets or sets the color map.

Definition:

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

See Also