VignettingFilter Members

Include Protected Members
Include Inherited Members

The VignettingFilter type exposes the following members.

Constructors

  Name Description
Public method VignettingFilter()
Creates and initializes a new VignettingFilter with default values.
Public method VignettingFilter(Double, Color)
Creates and initializes a new VignettingFilter with specified transition size and vignetting color.
Public method VignettingFilter(Double, Color, Rect)
Creates and initializes a new VignettingFilter with specified transition size, vignetting color, and region of application.

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 Color
The color to use for the vignetting effect.
Public property Region
A rectangle defining where the vignetting should be applied.
Public property TransitionSize

The size of the transition region as a fraction of the radius.

Range [0.0, 15.0].

See Also

VignettingFilter Class

Lumia.Imaging.Artistic Namespace