Share via


LensBlurEffect.BlendKernelWidth Property

The width of the band between out of focus areas blurred with different kernels that gets blended, thus providing a smooth transition.

Range [0, 255].

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

Syntax

public uint BlendKernelWidth { get; set; }
'Declaration
Public Property BlendKernelWidth As UInteger
    Get
    Set
public:
virtual property unsigned int BlendKernelWidth {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
function get_BlendKernelWidth();
function set_BlendKernelWidth(value);

Property Value

Type: UInt32

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

LensBlurEffect Class

LensBlurEffect.LensBlurEffect Members

Lumia.Imaging.Adjustments Namespace