The HSLFiltering type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HSLFiltering | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Apply | Overloaded. | |
| ApplyInPlace | Overloaded. | |
| ProcessFilter |
Process the filter on the specified image.
(Overrides BaseInPlacePartialFilter..::.ProcessFilter(UnmanagedImage, Rectangle).) |
Properties
| Name | Description | |
|---|---|---|
| FillColor |
Fill color used to fill filtered pixels.
| |
| FillOutsideRange |
Determines, if pixels should be filled inside or outside specified
color range.
| |
| FormatTranslations |
Format translations dictionary.
(Overrides BaseInPlacePartialFilter..::.FormatTranslations.) | |
| Hue |
Range of hue component, [0, 359].
| |
| Luminance |
Range of luminance component, [0, 1].
| |
| Saturation |
Range of saturation component, [0, 1].
| |
| UpdateHue |
Determines, if hue value of filtered pixels should be updated.
| |
| UpdateLuminance |
Determines, if luminance value of filtered pixels should be updated.
| |
| UpdateSaturation |
Determines, if saturation value of filtered pixels should be updated.
|