RedEyeMask.Mask Property

Gets a two-dimensional array of Single values which represents a mask.

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

Syntax

C#
public float[,] Mask { get; }

Property Value

Two-dimensional array of Single values which represents a mask.

Remarks

To get the mask as a bitmap, use the BinaryMask property instead.

See Also

Reference