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

RedEyeRemoval.Mask Property

Gets the mask built during red eye effect removal process.

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

Syntax

Visual Basic
Public ReadOnly Property Mask As RedEyeMask
C#
public RedEyeMask Mask { get; }

Property Value

RedEyeMask class instance which represents a mask generated during 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