User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_color.tobgr_void

Table of Contents

TGIS_Color.ToBGR method

DK11 for Java | tatukgis.jdk.TGIS_Color.ToBGR | Fields | Methods | Properties

Converts a color to an integer in the BGR form.

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

Syntax

// Java
public int ToBGR();
// Oxygene
public
  function ToBGR : Cardinal;

Result

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

Page Tools