VignettingFilter Constructor (Double, Color, Rect)
Creates and initializes a new VignettingFilter with specified transition size, vignetting color, and region of application.
Namespace: Lumia.Imaging.Artistic
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: VignettingFilter( [InAttribute] double transitionSize, [InAttribute] Color color, [InAttribute] Rect region )
Parameters
- transitionSize
- Type: System::Double
The size of the transition region as a fraction of the radius.Range [0.0, 15.0].
- color
- Type: Windows.UI::Color
The color to use for the vignetting effect.
- region
- Type: Windows.Foundation::Rect
A rectangle defining where the vignetting should be applied.
Show: