User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_color.tobgr_void

Table of Contents

ITGIS_Color.ToBGR method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Color.ToBGR | Methods | Properties

Converts a color to an integer in the BGR form.

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

Syntax

// C#
public int ToBGR();
' VisualBasic
Public Function ToBGR() As Integer
// Oxygene
public
  function ToBGR : Integer;

Result

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

Page Tools