ExposureEffect.Gain Property

The exposure gain level.

Range [-1.0, 1.5.0]. Negative values reduce the colors.

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

Syntax

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

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

ExposureEffect Class

ExposureEffect.ExposureEffect Members

Lumia.Imaging.Adjustments Namespace