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: tatukgis.pdk.TGIS_ColorMapArray ) -> tatukgis.pdk.TGIS_ColorMapArray:
Name | Type | Description |
---|---|---|
_name | str | name of the parameter |
_default | tatukgis.pdk.TGIS_ColorMapArray | default value of the parameter |
Type | Description |
---|---|
tatukgis.pdk.TGIS_ColorMapArray | loaded color ramp |