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

RedEyeMask.BinaryMask Property

Gets the grayscale bitmap which represents the red eye mask.

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

Syntax

Visual Basic
Public ReadOnly Property BinaryMask As Bitmap
C#
public Bitmap BinaryMask { get; }

Property Value

A Bitmap class instance which represents a red eye mask.

Remarks

A pixel format of this bitmap is always Format8bppGrayScale. White areas corresponds to portions of the source image which are recognized as red eyes (i.e. red eye blobs). If you need to get coordinates of the red eye blobs, use the Blobs property. It will return an array of RedEyeBlob object.

See Also

Reference