ColorLAB Constructor (Color)

ColorLAB Constructor (Color)

Constructs a new instance of ColorLAB that is equivalent to an ARGB color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ColorLAB(
	Color rgb
)
Public Sub New ( 
	rgb As Color
)

Parameters

rgb
Type: System.DrawingColor
ARGB color to mimic.
Remarks
Exact conversions between color spaces are often not possible.
See Also