DK11 for Python | tatukgis.pdk.TGIS_Config.ReadColorRamp | Constructors | Methods | Properties
Read color ramp parameter given by _name. If Parameter do not exist or are invalid then _default value will be used.
# Python def ReadColorRamp( self, _name: str, _default: TGIS_ColorMapArray ) -> TGIS_ColorMapArray:
Name | Type | Description |
---|---|---|
_name | str | name of the parameter |
_default | TGIS_ColorMapArray | default value of the parameter |
Type | Description |
---|---|
TGIS_ColorMapArray | loaded color ramp |