Create a CIE Lab color using the specific values

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

Syntax

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

Parameters

x
Double
The x value for this color
y
Double
The y value for this color
z
Double
The z value for this color

See Also