Share via


HdrEffect.NoiseSuppression Property

Controls supression of noise amplification, value should rise with the noisiness of the input image combined with the strength applied. Recommended value is between 0.1 and 0.3.

Range [0.0, 1.0].

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

Syntax

public double NoiseSuppression { get; set; }
'Declaration
Public Property NoiseSuppression As Double
    Get
    Set
public:
virtual property double NoiseSuppression {
    double get () sealed;
    void set (double value) sealed;
}
function get_NoiseSuppression();
function set_NoiseSuppression(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