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

RedEyeRemoval.Sensitivity Property

Gets/sets sensitivity value of the algorithm in the Manual mode.

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

Syntax

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

Property Value

A float value in range [0,1] which specifies a sensivity of the red eye effect removal algorithm. The smaller value you specify, more pixels are affected.

Remarks

This value is ignored in Semiautomatic mode (unlike RedChannelThreshold property value).

It is recommended to use the default value of this property. However if you are not happy with the result, you can try to adjust it.

See Also

Reference