DK11 for Java | tatukgis.jdk.TGIS_Color.ToARGB | Fields | Methods | Properties
Converts a color to an integer in the ABGR form.
// Java public int ToARGB();
// Oxygene public function ToARGB : Cardinal;
Type | Description |
---|---|
int Cardinal | Color value as 4 byte little endian integer; bytes from most significant are: alpha, red, green, blue. |