Click or drag to resize
Accord.NET (logo)

HSLFiltering Properties

The HSLFiltering type exposes the following members.

Properties
  NameDescription
Public propertyFillColor
Fill color used to fill filtered pixels.
Public propertyFillOutsideRange
Determines, if pixels should be filled inside or outside specified color range.
Public propertyFormatTranslations
Format translations dictionary.
(Overrides BaseInPlacePartialFilterFormatTranslations.)
Public propertyHue
Range of hue component, [0, 359].
Public propertyLuminance
Range of luminance component, [0, 1].
Public propertySaturation
Range of saturation component, [0, 1].
Public propertyUpdateHue
Determines, if hue value of filtered pixels should be updated.
Public propertyUpdateLuminance
Determines, if luminance value of filtered pixels should be updated.
Public propertyUpdateSaturation
Determines, if saturation value of filtered pixels should be updated.
Top
See Also