DK11 for Java | tatukgis.jdk.TGIS_Color.FromARGB | Overloads | Fields | Methods | Properties
Creates a transparent color using RGB color model.
// Java public static TGIS_Color FromARGB( int _value );
// Oxygene public class function FromARGB( _value : Cardinal ) : TGIS_Color;
Name | Type | Description |
---|---|---|
_value | int Cardinal | color value as 4 byte little endian integer; bytes from most significant are: alpha, red, green, blue |
Type | Description |
---|---|
TGIS_Color | Created color. |