Click or drag to resize

Hsv Constructor

http://www.emgu.com
Create a HSV color using the specific values

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public Hsv(
	double hue,
	double satuation,
	double value
)

Parameters

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