Gets a grayscale bitmap which represents the red eye mask.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Bitmap BinaryMask { get; }
A pixel format of this bitmap is always Format8bppGrayscale. White areas correspond 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 objects.