ColorLCH.CreateFromLAB Method

ColorLCHCreateFromLAB Method

Create the nearest LCH equivalent of a LAB color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ColorLCH CreateFromLAB(
	ColorLAB lab
)
Public Shared Function CreateFromLAB ( 
	lab As ColorLAB
) As ColorLCH

Parameters

lab
Type: Rhino.DisplayColorLAB
Target color in LAB space.

Return Value

Type: ColorLCH
The LCH equivalent of the LAB color.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also