User Tools

Site Tools


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

Table of Contents

TGIS_Color.FromABGR method

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

Creates a transparent color using the BGR color model.

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

Syntax

// Java
public static TGIS_Color FromABGR(
  int _value
);
// Oxygene
public
  class function FromABGR(
    _value : Cardinal
  ) : TGIS_Color;

Parameters

Name Type Description
_value int
Cardinal
color value as 4 byte little endian integer; bytes from most significant are: Alpha, Blue, Green, Blue

Result

Type Description
TGIS_Color Created color
2022/11/30 19:29

Page Tools