DK11 for Java | tatukgis.jdk.TGIS_Color.FromARGB | Overloads | Fields | Methods | Properties
Creates a transparent color using the RGB color model.
// Java public static TGIS_Color FromARGB( byte _a, byte _r, byte _g, byte _b );
// Oxygene public class function FromARGB( _a : Byte; _r : Byte; _g : Byte; _b : Byte ) : TGIS_Color;
Name | Type | Description |
---|---|---|
_a | byte Byte | alpha; expected value: 0..255 |
_r | byte Byte | red; expected value: 0..255 |
_g | byte Byte | green; expected value: 0..255 |
_b | byte Byte | blue; expected value: 0..255 |
Type | Description |
---|---|
TGIS_Color | Created color. |