DK11 for Delphi | GisTypesUI.TGIS_Color.ToRGB | Fields | Methods | Properties
Convert color to integer in RGB form.
// Delphi public function ToRGB : Cardinal; inline;
// C++ Builder public: unsigned ToRGB(void);
Type | Description |
---|---|
Cardinal | Color value as 4 byte little endian integer; bytes from most significant are: 0, red, green, blue. |