DK11 for Python | tatukgis.pdk.TGIS_Color.FromRGB | Overloads | Methods | Properties
Creates a color using the RGB color model.
# Python @classmethod def FromRGB( cls, _value: int ) -> TGIS_Color:
Name | Type | Description |
---|---|---|
_value | int | color value as 4 byte little endian integer; bytes from most significant are: ignored, red, green, nlue |
Type | Description |
---|---|
TGIS_Color | Created color. |