User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_color.fromrgb_2_integer

Table of Contents

ITGIS_Color.FromRGB_2 method

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

Creates a color using the RGB color model.

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

Syntax

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

Parameters

Name Type Description
_value int
Integer
color value as 4 byte little endian integer; bytes from most significant are: ignored, red, green, nlue

Result

Type Description
ITGIS_Color Created color.
2024/12/20 22:15

Page Tools