RedEyeRemoval.Sensitivity Property

Gets or sets a sensitivity of the algorithm in Manual mode.

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

Syntax

C#
public float Sensitivity { get; set; }

Property Value

A float number in range [0, 1] which specifies a sensitivity of the red eye 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