HdrEffect.Strength Property

Controls strength of local contrast enhancement. The higher the value, the stronger effect. Recommended range is between 0.1 and 0.30. Having a high value may result in dark noisy images.

Range [0.0, 1.0].

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

Syntax

public double Strength { get; set; }
'Declaration
Public Property Strength As Double
    Get
    Set
public:
virtual property double Strength {
    double get () sealed;
    void set (double value) sealed;
}
function get_Strength();
function set_Strength(value);

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

HdrEffect Class

HdrEffect.HdrEffect Members

Lumia.Imaging.Adjustments Namespace