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