Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

hue
Type: SystemInt32
Hue component.
saturation
Type: SystemSingle
Saturation component.
luminance
Type: SystemSingle
Luminance component.
See Also