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
| 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 |
Show: