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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Color component intensities will be in the range 0-255.
Syntax
public static void Color2RGB(
	CGXNETCore gxNetShared,
	int color,
	ref int r,
	ref int g,
	ref int b
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
color
Type: SystemInt32
Color value
r
Type: SystemInt32
Red
g
Type: SystemInt32
Green
b
Type: SystemInt32
Blue
See Also