LensBlurFocusAreaEdgeMirroring Enumeration

Determines whether pixels in the focus area should be sampled when applying blur. If mirroring is on, then samples that would be located inside the focus area are instead taken from a mirrored location outside it.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public enum LensBlurFocusAreaEdgeMirroring

Member nameValueDescription
On0 Pixels from the focus area will not be be sampled, instead samples which would be located inside the focus area are instead taken from a mirrored location outside it.
Off1 Pixels from the focus area will be sampled.

Lumia Imaging SDK

Supported in: 3.0, 2.0
Show: