Click or drag to resize

ColorXYZCreateFromLAB Method

Create the nearest XYZ equivalent of a Lab color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static ColorXYZ CreateFromLAB(
	ColorLAB lab
)

Parameters

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

Return Value

Type: ColorXYZ
The XYZ equivalent of the LAB color.
See Also