LocalBoostEffect.Gamma Property

Gamma correction for the dark part of the image.

Range [0.1, 5.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

See Also

LocalBoostEffect Class

LocalBoostEffect.LocalBoostEffect Members

Lumia.Imaging.Adjustments Namespace