LensBlurEffect::KernelMap Property
An image source representing a kernel map, specifying which kernel should be used on each pixel.
Each pixel either gets blurred with one of the kernels, or is not blurred and considered to be a part of the focus area.
Kernels are referenced via zero-based indices, e.g. the area that is to be blurred with the first kernel should be referred to by 0, the second kernel by the value of 1 and so forth. Pixels in the focus area should be marked with the value 255.
The maximum number of kernels is 250.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: virtual property IImageProvider^ KernelMap { IImageProvider^ get () sealed; void set (IImageProvider^ value) sealed; }
Property Value
Type: IImageProvider
Show: