Click or drag to resize
CMVIEWiColorCMY Method
Return CMY 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 iColorCMY(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Cyan
i2
Type: SystemInt32
Magenta
i3
Type: SystemInt32
Yellow

Return Value

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