http://www.emgu.com Create a Hls color using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Hls(
double hue,
double lightness,
double satuation
)
Public Sub New (
hue As Double,
lightness As Double,
satuation As Double
)
public:
Hls(
double hue,
double lightness,
double satuation
)
new :
hue : float *
lightness : float *
satuation : float -> HlsParameters
- hue
- Type: SystemDouble
The hue value for this color ( 0 < hue < 180 ) - lightness
- Type: SystemDouble
The lightness for this color - satuation
- Type: SystemDouble
The satuation for this color
See Also