LensBlurKernelMapType Enumeration
Selects how the kernel map values should be interpreted.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
| Member name | Value | Description | |
|---|---|---|---|
| ForegroundMask | 0 | Default mode where the focus area is represented by 255, and the first kernel starts at 0. This is the useful eg. when when using InteractiveForegroundSegmenter to generate the mask. | |
| Continuous | 1 | The kernel map is continuous so that the focus area is represented by 0, and the first kernel starts at 1. This makes resizing and compositing the kernel map easier. |
Show: