Share via


LensBlurEffect.PointLightStrength Property

The strength with which a point of light is rendererd. Range [1, 10].

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

Syntax

public uint PointLightStrength { get; set; }
'Declaration
Public Property PointLightStrength As UInteger
    Get
    Set
public:
virtual property unsigned int PointLightStrength {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
function get_PointLightStrength();
function set_PointLightStrength(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