WhitePointCalculationMode Enumeration

The ways in which the white point can be calculated by the white balance effect.

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

Syntax

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

Members

Member name Value Description
Cluster 0 Uses the mean value of the 256-bin distribution.
Mean 1 Uses the estimated mean gray for the color correction.
Maximum 2 Uses the estimated maximum intensity color.
Manual 3 Uses a specified white reference color.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging.Adjustments Namespace