DK11 for Delphi | GisTypesUI.TGIS_Color.FromRGB | Overloads | Fields | Methods | Properties
Creates a color using the RGB color model.
// Delphi public class function FromRGB( const _value : Cardinal ) : TGIS_Color; overload; static; inline;
// C++ Builder public: static TGIS_Color* FromRGB( const unsigned _value ) /* overload */;
Name | Type | Description |
---|---|---|
_value | Cardinal | color value as 4 byte little endian integer; bytes from most significant are: ignored, red, green, nlue |
Type | Description |
---|---|
TGIS_Color | Created color. |