ColorHSVCreateFromLAB Method |
Create the nearest HSV equivalent of a LAB color.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static ColorHSV CreateFromLAB(
ColorLAB lab
)
Public Shared Function CreateFromLAB (
lab As ColorLAB
) As ColorHSV
Parameters
- lab
- Type: Rhino.DisplayColorLAB
Target color in LAB space.
Return Value
Type:
ColorHSVThe HSV equivalent of the LAB color.
Version InformationRhino for Windows
Supported in: 6.8
See Also