VibranceEffect Members

Include Protected Members
Include Inherited Members

The VibranceEffect type exposes the following members.

Constructors

  Name Description
Public method VibranceEffect()
Creates and initializes a new Vibrance effect with default values.
Public method VibranceEffect(IImageProvider)
Creates and initializes a new Vibrance effect that uses the provided image source.
Public method VibranceEffect(IImageProvider, Double, Double, Double, RampedRange)
Creates and initializes a new Vibrance effect that uses the provided image source.

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 Level

The strength of the effect.

Range: Level >= 0, where 0.0 results in no adjustment. Recommended range is [0, 1].

Public property PropertyDescriptions
Public property Sensitivity

Sensitivity specifying how low saturated pixels will be affected by the effect.

Range [0.0, 1.0], where 0.0 results in no adjustment for low saturated pixels.

Public property SkinHueRange

Specifies the range which is considered human skin color range, specifying where the effect isn't applied.

The ramp is specified in Hue space, with Red at 0 degrees.

Range: -21 <= BeginRamp < BeginSustain < EndSustain < EndRamp <= 240

Public property SkinLevel

The strength of the effect on skin color tones.

Range [0.0, 1.0], where 0.0 results in no vibrance, and 1.0 results in full vibrance being applied to skin tones.

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

VibranceEffect Class

Lumia.Imaging.Adjustments Namespace