http://www.emgu.com Create a Hls color using the specific values
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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 -> Hls
Parameters
- 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