ExposureFilter Constructor (ExposureMode, Double)

Creates and initializes a new ExposureFilter with specified mode and gain.

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

Syntax

public ExposureFilter(
    ExposureMode exposureMode,
    double gain
)
'Declaration
Public Sub New ( 
    exposureMode As ExposureMode,
    gain As Double
)
public:
ExposureFilter(
    [InAttribute] ExposureMode exposureMode, 
    [InAttribute] double gain
)
Lumia.Imaging.Adjustments.ExposureFilter = function(exposureMode, gain);

Parameters

  • gain
    Type: System.Double
    The desired exposure level.

    Positive values will make the image brighter, negative values will make it darker.

    Range is [-1.0, 1.5], but for gamma mode the effect saturates at 1.0, which means that everything between [1.0, 1.5] will be interpreted as 1.0.

    Recommended range for both gamma and natural mode for normal usage is [-1.0, 1.0]. 0.0 equals no change of exposure.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ExposureFilter Class

ExposureFilter.ExposureFilter Members

ExposureFilter Overload

Lumia.Imaging.Adjustments Namespace