VibranceFilter.Sensitivity Property

Sensitivity specifying how low saturated pixels will be affected by the effect.

Range [0.0, 1.0], where 0.0 results in no adjustment for low saturated pixels.

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

Syntax

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

Property Value

Type: Double

Remarks

Default is 0.5.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

VibranceFilter Class

VibranceFilter.VibranceFilter Members

Lumia.Imaging.Adjustments Namespace