User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_color.fromabgr_integer

Table of Contents

ITGIS_Color.FromABGR method

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

Creates a transparent color using the BGR color model.

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

Syntax

// C#
public ITGIS_Color FromABGR(
  int _value
);
' VisualBasic
Public Function FromABGR(
  ByVal _value As Integer
) As ITGIS_Color
// Oxygene
public
  function FromABGR(
    _value : Integer
  ) : ITGIS_Color;

Parameters

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

Result

Type Description
ITGIS_Color Created color
2022/11/30 19:06

Page Tools