VignettingFilter Members
The VignettingFilter type exposes the following members.
| Name | Description | |
|---|---|---|
|
VignettingFilter |
Creates and initializes a new VignettingFilter with default values.
|
|
VignettingFilter(Double, Color) |
Creates and initializes a new VignettingFilter with specified transition size and vignetting color.
|
|
VignettingFilter(Double, Color, Rect) |
Creates and initializes a new VignettingFilter with specified transition size, vignetting color, and region of application.
|
| Name | Description | |
|---|---|---|
|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
| Name | Description | |
|---|---|---|
|
Color |
The color to use for the vignetting effect.
|
|
Region |
A rectangle defining where the vignetting should be applied.
|
|
TransitionSize |
The size of the transition region as a fraction of the radius. Range [0.0, 15.0]. |
Show: