ColorHSVCreateFromLCH Method |
Create the nearest HSV equivalent of a LCH color.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static ColorHSV CreateFromLCH(
ColorLCH lch
)
Public Shared Function CreateFromLCH (
lch As ColorLCH
) As ColorHSV
Parameters
- lch
- Type: Rhino.DisplayColorLCH
Target color in LCH space.
Return Value
Type:
ColorHSVThe HSV equivalent of the LCH color.
Version InformationRhino for Windows
Supported in: 6.8
See Also