SaturationLightnessEffect Members

Include Protected Members
Include Inherited Members

The SaturationLightnessEffect type exposes the following members.

Constructors

  Name Description
Public method SaturationLightnessEffect()
Creates and initializes a new SaturationLightnessEffect with default values.
Public method SaturationLightnessEffect(IImageProvider)
Creates and initializes a new SaturationLightnessEffect that uses the provided image source.
Public method SaturationLightnessEffect(Curve, Curve)
Creates and initializes a new SaturationLightnessEffect with a saturation and a lightness curve.
Public method SaturationLightnessEffect(IImageProvider, Curve, Curve)
Creates and initializes a new SaturationLightnessEffect with image source a saturation and a lightness curve.

Methods

  Name Description
Public method Clone
Clone the image provider.
Public method CreateImageWorker
Create a worker that can perform image processing.
Public method GetBitmapAsync
Public method GetInfoAsync
This method is no longer supported and should not be called. See remarks.
Public method GetSources
Public method Lock
Public method PreloadAsync
This method is no longer supported and should not be called. See remarks.
Public method SetSource
Set a source by index.

Extension Methods

  Name Description
Public Extension Method AsAnimationFrame
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.)
Public Extension Method Then<TImageConsumer>
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects.
(Defined by ImageProviderExtensions.)

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.
Public property Source
The IImageProvider that will be used as source.
Public property SourceCount
The number of sources that can be set.
Public property SupportedRenderOptions
Supported rendering options.

See Also

SaturationLightnessEffect Class

Lumia.Imaging.Adjustments Namespace