User Tools

Site Tools


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

Table of Contents

TGIS_Color.ToARGB method

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

Converts a color to an integer in the ABGR form.

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

Syntax

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

Result

Type Description
int
Cardinal
Color value as 4 byte little endian integer; bytes from most significant are: alpha, red, green, blue.
2022/11/30 19:29

Page Tools