User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_color.tobgr_void

Table of Contents

TGIS_Color.ToBGR method

DK11 for Python | tatukgis.pdk.TGIS_Color.ToBGR | Methods | Properties

Converts a color to an integer in the BGR form.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def ToBGR(
  self
) -> int: 

Result

Type Description
int Color value as 4 byte little endian integer; bytes from most significant are: 0, Blue, Green, Red.
2022/11/30 15:58

Page Tools