RedEyeRemoval.Mode Property

Gets or sets the red eye removal mode (manual or automatic).

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public RedEyeRemovalMode Mode { get; set; }

Property Value

A RedEyeRemovalMode value which specify the mode of the red eye removal algorithm.

Remarks

When you use Manual mode, the user should click eyes manually. When Semiautomatic mode is used, eyes are searched automatically. However in both cases the user should select the face which contains red eyes.

See Also

Reference