LensBlurFocusEdgeSoftening Constructor (Int32)

Create a LensBlurFocusEdgeSoftening setting that will provide the exact number used by LensBlurEffect, measured in pixels.

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

Syntax

public LensBlurFocusEdgeSoftening(
    int exactPixels
)
'Declaration
Public Sub New ( 
    exactPixels As Integer
)
public:
LensBlurFocusEdgeSoftening(
    [InAttribute] int exactPixels
)
Lumia.Imaging.Adjustments.LensBlurFocusEdgeSoftening = function(exactPixels);

Parameters

  • exactPixels
    Type: System.Int32
    The exact number of pixels to be softened around the focus area. Must be greater than or equal to 0.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

LensBlurFocusEdgeSoftening Class

LensBlurFocusEdgeSoftening.LensBlurFocusEdgeSoftening Members

LensBlurFocusEdgeSoftening Overload

Lumia.Imaging.Adjustments Namespace