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