Gets the grayscale bitmap which represents the red eye mask.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property BinaryMask As Bitmap
public Bitmap BinaryMask { get; }
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.