Click or drag to resize
CMVIEWiColorHSV Method
Return HSV 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 iColorHSV(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Hue
i2
Type: SystemInt32
Saturation
i3
Type: SystemInt32
Color

Return Value

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