Share via


HdrEffect.Saturation Property

Controls color saturation using a power law. Values lower than 1.0 will decrease the saturation, and values above 1.0 will increase the saturation of the image. Recommended range is between 0.4 and 0.8.

Saturation must be > 0.

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

Syntax

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