Click or drag to resize

Luv 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: 4.1.0.3408 (4.1.0.3408)
Syntax
public Luv(
	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