Create a CIE Lab color using the specific values

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Lab(
	double x,
	double y,
	double z
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double, _
	z As Double _
)
Visual C++
public:
Lab(
	double x, 
	double y, 
	double z
)

Parameters

x
Type: System..::.Double
The x value for this color
y
Type: System..::.Double
The y value for this color
z
Type: System..::.Double
The z value for this color

See Also