Share via


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

Syntax

public enum LensBlurFocusEdgeSofteningMode
'Declaration
Public Enumeration LensBlurFocusEdgeSofteningMode
public enum class LensBlurFocusEdgeSofteningMode
Lumia.Imaging.Adjustments.LensBlurFocusEdgeSofteningMode = function();
Lumia.Imaging.Adjustments.LensBlurFocusEdgeSofteningMode.createEnum('Lumia.Imaging.Adjustments.LensBlurFocusEdgeSofteningMode', false);

Members

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.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging.Adjustments Namespace