DK11 for Python | tatukgis.pdk.TGIS_GradientMap.RealizeColorMap | Constructors | Methods | Properties
Prepares a colormap as requested.
# Python def RealizeColorMap( self, _mode: TGIS_ColorMapMode, _subClass: int, _reverse: bool ) -> TGIS_ColorMapArray:
Name | Type | Description |
---|---|---|
_mode | TGIS_ColorMapMode | colormap mode (continuous by default or discrete) |
_subClass | int | if available, gets subclass of a ramp with specified, or the possible nearest to specified, number of colors; if 0, gets default colormap (this is the default parameter); |
_reverse | bool | if True, reverses colors from colormap (False is the default parameter); |
Type | Description |
---|---|
TGIS_ColorMapArray | Array of a colormap. |