Defines a HSV (Hue Satuation Value) color

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

Syntax

C#
public struct Hsv : IColor, IEquatable<Hsv>
Visual Basic (Declaration)
Public Structure Hsv _
	Implements IColor, IEquatable(Of Hsv)
Visual C++
public value class Hsv : IColor, IEquatable<Hsv>

See Also