Share via


LensBlurEffect.KernelMapType Property

Determines how the kernel map values should be interpreted.

The default value is ForegroundMask.

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

Syntax

public LensBlurKernelMapType KernelMapType { get; set; }
'Declaration
Public Property KernelMapType As LensBlurKernelMapType
    Get
    Set
public:
virtual property LensBlurKernelMapType KernelMapType {
    LensBlurKernelMapType get () sealed;
    void set (LensBlurKernelMapType value) sealed;
}
function get_KernelMapType();
function set_KernelMapType(value);

Property Value

Type: LensBlurKernelMapType

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

LensBlurEffect Class

LensBlurEffect.LensBlurEffect Members

Lumia.Imaging.Adjustments Namespace