ColorLAB Constructor (Double, Double, Double)

ColorLAB Constructor (Double, Double, Double)

Constructs a new instance of ColorLAB with custom channel values.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ColorLAB(
	double lightness,
	double a,
	double b
)
Public Sub New ( 
	lightness As Double,
	a As Double,
	b As Double
)

Parameters

lightness
Type: SystemDouble

[Missing <param name="lightness"/> documentation for "M:Rhino.Display.ColorLAB.#ctor(System.Double,System.Double,System.Double)"]

a
Type: SystemDouble

[Missing <param name="a"/> documentation for "M:Rhino.Display.ColorLAB.#ctor(System.Double,System.Double,System.Double)"]

b
Type: SystemDouble

[Missing <param name="b"/> documentation for "M:Rhino.Display.ColorLAB.#ctor(System.Double,System.Double,System.Double)"]

See Also