Share via


SaturationLightnessFilter Members

Include Protected Members
Include Inherited Members

The SaturationLightnessFilter type exposes the following members.

Constructors

  Name Description
Public method SaturationLightnessFilter()
Creates and initializes a new SaturationLightnessFilter with default values.
Public method SaturationLightnessFilter(Curve, Curve)
Creates and initializes a new SaturationLightnessFilter with a saturation and a lightness curve.

Methods

  Name Description
Public method Apply
Internal framework method.
Public method Lock
Internal framework method.
Public method PrepareAsync
Internal framework method.

Properties

  Name Description
Public property LightnessCurve
Curve for the lightness. The x-axis refers to the current lightness values and the matching y-axis values will become the new lightness values. The x-axis has a range [0, 255]. Acceptable y-values are in the range [0, 255]. Set to null if lightness should not be adjusted. Default is null.
Public property SaturationCurve
Curve for the saturation. The x-axis refers to the current saturation values and the matching y-axis values will become the new saturation values. The x-axis has a range [0, 255]. Acceptable y-values are in the range [0, 255]. Set to null if saturation should not be adjusted. Default is null.

See Also

SaturationLightnessFilter Class

Lumia.Imaging.Adjustments Namespace