Get or set the intensity of the hue color channel ( 0 < hue < 180 )

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public double Hue { get; set; }
Visual Basic (Declaration)
Public Property Hue As Double
Visual C++
public:
property double Hue {
	double get ();
	void set (double value);
}

See Also