User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_rgbtriple

Table of Contents

TGIS_RGBTriple record

DK11 for Delphi | GisTypes.TGIS_RGBTriple | Records | Fields

RGB color representation.

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

Syntax

// Delphi
type
  TGIS_RGBTriple = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_RGBTriple
{
};

Fields

Inherited Protected
Name Visibility Description
rgbtBlue public Blue value.
rgbtGreen public Green value.
rgbtRed public Red value.

2022/11/30 19:19

Page Tools