Click or drag to resize
CMVIEWiColorRGB Method
Return RGB color.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Color component intensities must be in the range 0-255.
Syntax
public static int iColorRGB(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Red
i2
Type: SystemInt32
Green
i3
Type: SystemInt32
Blue

Return Value

Type: Int32
colour int based on color model.
See Also