ColorXYZ.CreateFromHSV Method

ColorXYZCreateFromHSV Method

Constructs the nearest XYZ equivalent of an HSV color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ColorXYZ CreateFromHSV(
	ColorHSV hsv
)
Public Shared Function CreateFromHSV ( 
	hsv As ColorHSV
) As ColorXYZ

Parameters

hsv
Type: Rhino.DisplayColorHSV
Target color in HSV space.

Return Value

Type: ColorXYZ
The XYZ equivalent of the HSV color.
Version Information

Rhino for Windows

Supported in: 6.8
See Also