Click or drag to resize
CMVIEWColor2RGB Method
Convert to RGB values.

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

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

Parameters

i1
Type: SystemInt32
Color value
i2
Type: SystemInt32
Red
i3
Type: SystemInt32
Green
i4
Type: SystemInt32
Blue
See Also