User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_config.readcolor_string_tgis_color

Table of Contents

TGIS_Config.ReadColor method

Reads a color value from the active section.

Syntax

# Python
def ReadColor(
  self,
  _name: str,
  _default: TGIS_Color
) -> TGIS_Color: 

Parameters

Name Type Description
_name str Parameter name.
_default TGIS_Color Default value returned when the parameter is missing or invalid.

Result

Type Description
TGIS_Color Stored color value or_default.
2026/07/10 23:48

Page Tools