ExposureMode Enumeration

Exposure modes to use with the exposure effect.

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

Syntax

public enum ExposureMode
'Declaration
Public Enumeration ExposureMode
public enum class ExposureMode
Lumia.Imaging.Adjustments.ExposureMode = function();
Lumia.Imaging.Adjustments.ExposureMode.createEnum('Lumia.Imaging.Adjustments.ExposureMode', false);

Members

Member name Value Description
Natural 0 Adjust the brightness of an image using a "natural" curve inspired by a film characteristic curve. This mode preserves the blacks in an image much better than the gamma mode.
Gamma 1 Adjust the brightness of an image using a gamma correction curve.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging.Adjustments Namespace