Share via


HdrEffect.Gamma Property

Controls global contrast enhancement using a power law. Values lower than 1.0 makes the image more white and values above 1.0 makes it more black. Recommended range is between 0.6 and 1.0.

Gamma must be > 0.

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

Syntax

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