Share via


VibranceEffect.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

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

VibranceEffect Class

VibranceEffect.VibranceEffect Members

Lumia.Imaging.Adjustments Namespace