Click or drag to resize
CMVIEWiColorCMY Method
Return CMY color.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Color component intensities must be in the range 0-255.
Syntax
public static int iColorCMY(
	CGXNETCore gxNetShared,
	int c,
	int m,
	int y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
c
Type: SystemInt32
Cyan
m
Type: SystemInt32
Magenta
y
Type: SystemInt32
Yellow

Return Value

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