Click or drag to resize
Accord.NET (logo)

HSLFiltering Constructor (IntRange, Range, Range)

Initializes a new instance of the HSLFiltering class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public HSLFiltering(
	IntRange hue,
	Range saturation,
	Range luminance
)
Request Example View Source

Parameters

hue
Type: AccordIntRange
Range of hue component.
saturation
Type: AccordRange
Range of saturation component.
luminance
Type: AccordRange
Range of luminance component.
See Also