User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_color.tobgr_void

Table of Contents

TGIS_Color.ToBGR method

DK11 for .NET | TatukGIS.NDK.TGIS_Color.ToBGR | Fields | Methods | Properties

Converts a color to an integer in the BGR form.

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

Syntax

// C#
public uint ToBGR();
' VisualBasic
Public Function ToBGR() As UInt32
// Oxygene
public
  function ToBGR : Cardinal;

Result

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

Page Tools