DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Color.FromRGB_2 | Methods | Properties
Creates a color using the RGB color model.
// C# public ITGIS_Color FromRGB_2( int _value );
' VisualBasic Public Function FromRGB_2( ByVal _value As Integer ) As ITGIS_Color
// Oxygene public function FromRGB_2( _value : Integer ) : ITGIS_Color;
Name | Type | Description |
---|---|---|
_value | int Integer | color value as 4 byte little endian integer; bytes from most significant are: ignored, red, green, nlue |
Type | Description |
---|---|
ITGIS_Color | Created color. |