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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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