Click or drag to resize

Hls Constructor

http://www.emgu.com
Create a Hls 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 Hls(
	double hue,
	double lightness,
	double satuation
)

Parameters

hue
Type: SystemDouble
The hue value for this color ( 0 < hue < 180 )
lightness
Type: SystemDouble
The lightness for this color
satuation
Type: SystemDouble
The satuation for this color
See Also