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