Share via


LocalBoostEffect Members

Include Protected Members
Include Inherited Members

The LocalBoostEffect type exposes the following members.

Constructors

  Name Description
Public method LocalBoostEffect()
Creates and initializes a new LocalBoostEffect with default settings.
Public method LocalBoostEffect(IImageProvider)
Creates and initializes a new AutoLevelsFilter with the specified source.
Public method LocalBoostEffect(Double, Double, Double, Double)
Creates and initializes a new LocalBoostEffect with specified settings.
Public method LocalBoostEffect(IImageProvider, Double, Double, Double, Double)
Creates and initializes a new LocalBoostEffect with specified image source and settings.

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 DarkContrast

Contrast amplification of the dark part.

Range [0.5, 1.0)

Public property Gamma

Gamma correction for the dark part of the image.

Range [0.1, 5.0)

Public property LightContrast
Contrast amplification of the light part.
Public property PropertyDescriptions
Public property SensitivityLevel
Specifies how much of the processed image will be blended into the original image.
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

LocalBoostEffect Class

Lumia.Imaging.Adjustments Namespace