Share via


RedEyeRemovalMode Enumeration

Methods used with RedEyeRemoval effect to correct the red eye.

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

Syntax

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

Members

Member name Value Description
Normal 0 For red pixels with R > (G+B)/2: set R := 3/4 (G+B)
Highlight 1 Replace red pixels by solid green colour (debug).
ReplaceRedWithGreenBlueDark 2 For red pixels: replace red channel by (G+B)/1.5.
RestrictRedWithGreenBlueDark 3 For red pixels: restrict red channel by (G+B)/1.5.
ReplaceRedWithGreenBlue 4 For red pixels: replace red channel by (G+B)/2
RestrictRedWithGreenBlue 5 For red pixels: restrict red channel by (G+B)/2

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging.Adjustments Namespace