Click or drag to resize

ColorLABCreateFromRGBA Method

Create the nearest LAB equivalent of an RGBA color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public static ColorLAB CreateFromRGBA(
	ColorRGBA rgb
)

Parameters

rgb
Type: Rhino.DisplayColorRGBA
Target color in RGBA space.

Return Value

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