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

RedEyeRemoval.RedChannelThreshold Property

Gets/sets the red channel threshold value used when removing the red eyes effect.

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

Syntax

Visual Basic
Public Property RedChannelThreshold As Single
C#
public float RedChannelThreshold { get; set; }

Property Value

A float value in range [0,1] which specifies the red channel threshold.

Remarks

When you use values which are close to 0, the algorithm will capture a lot of pixels (even those which are unlikely to be red). It will highly reduce the performance and increase a number of false recognitions. Too high values may lead to reducing of probability of red eye removal. It is highly recommended to use default value of this property and adjust it only if it is actually necessary.

This property affects both for Manual and Semiautomatic mode.

See Also

Reference