RedEyeRemoval.Mask Property

Gets the mask built during the red eye removal process.

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

Syntax

C#
public RedEyeMask Mask { get; }

Property Value

A RedEyeMask generated during the red eye removal process.

Remarks

You can use this property when you apply the red eye effect removal in Semiautomatic mode to determine what image elements were recognized as red eyes. To do it, use the Blobs property of the RedEyeMask class. If you need to get this mask as a bitmap, use the BinaryMask property.

See Also

Reference