|
HSL Constructor
|
Initializes a new instance of the
HSL class.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public HSL(
int hue,
float saturation,
float luminance
)
Public Sub New (
hue As Integer,
saturation As Single,
luminance As Single
)
Request Example
View SourceParameters
- hue
- Type: SystemInt32
Hue component. - saturation
- Type: SystemSingle
Saturation component. - luminance
- Type: SystemSingle
Luminance component.
See Also