Click or drag to resize
CMVIEWiColorHSV Method
Return HSV 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 iColorHSV(
	CGXNETCore gxNetShared,
	int h,
	int s,
	int v
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
h
Type: SystemInt32
Hue
s
Type: SystemInt32
Saturation
v
Type: SystemInt32
Color

Return Value

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