Click or drag to resize
Lab Constructor
http://www.emgu.com
Create a CIE Lab color using the specific values

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Lab(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
The x value for this color
y
Type: SystemDouble
The y value for this color
z
Type: SystemDouble
The z value for this color
See Also