Initializes a new instance of the HSLFiltering class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public HSLFiltering(
	IntRange hue,
	Range saturation,
	Range luminance
)

Parameters

hue
Type: AForge..::.IntRange
Range of hue component.
saturation
Type: AForge..::.Range
Range of saturation component.
luminance
Type: AForge..::.Range
Range of luminance component.

See Also