LensBlurEffect.Kernels Property

Kernels used to blur the out of focus areas of the source image.

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

Syntax

public IVectorView Kernels { get; set; }
'Declaration
Public Property Kernels As IVectorView
    Get
    Set
public:
virtual property IVectorView^ Kernels {
    IVectorView^ get () sealed;
    void set (IVectorView^ value) sealed;
}
function get_Kernels();
function set_Kernels(value);

Property Value

Type: IVectorView

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

LensBlurEffect Class

LensBlurEffect.LensBlurEffect Members

Lumia.Imaging.Adjustments Namespace