LensBlurFocusEdgeSofteningMode Enumeration
Determines if and how much of the edge of the focus area will be softened.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
| Member name | Value | Description | |
|---|---|---|---|
| Medium | 0 | A medium amount of softening is applied. The amount scales automatically with the source image size. | |
| Low | 1 | A low amount of softening is applied, independent of the image size. | |
| High | 2 | A high amount of softening is applied. The amount scales automatically with the source image size. | |
| None | 3 | No softening is applied. |
Show: