This documentation is for the old version. Go to the latest Graphics Mill docs

RedEyeRemoval.Mode Property

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

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

Syntax

Visual Basic
Public Property Mode As RedEyeRemovalMode
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 the eye 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