Click or drag to resize

ColorRGBACreateFromLAB Method

Create the nearest RGBA equivalent of a LAB color.

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

Parameters

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

Return Value

Type: ColorRGBA
The RGBA equivalent of the LAB color.
See Also