Create a Hls color using the specific values
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Hls( double hue, double lightness, double satuation ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ hue As Double, _ lightness As Double, _ satuation As Double _ ) |
Visual C++ |
---|
public: Hls( double hue, double lightness, double satuation ) |
Parameters
- hue
- Type: System..::.Double
The hue value for this color ( 0 < hue < 180 )
- lightness
- Type: System..::.Double
The lightness for this color
- satuation
- Type: System..::.Double
The satuation for this color