[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

Syntax

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

See Also