DK11 for Python | tatukgis.pdk.TGIS_Color.ToBGR | Methods | Properties
Converts a color to an integer in the BGR form.
# Python def ToBGR( self ) -> int:
Type | Description |
---|---|
int | Color value as 4 byte little endian integer; bytes from most significant are: 0, Blue, Green, Red. |