VibranceFilter.SkinLevel Property

The strength of the effect on skin color tones.

Range [0.0, 1.0], where 0.0 results in no vibrance, and 1.0 results in full vibrance being applied to skin tones.

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

Syntax

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

Property Value

Type: Double

Remarks

Default is 0.35.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

VibranceFilter Class

VibranceFilter.VibranceFilter Members

Lumia.Imaging.Adjustments Namespace