Click or drag to resize

OverlayMaskedCommandAlphaMask Property

Gets or sets the 8-bit grayscale image representing the transparency mask of the overlay.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public AtalaImage AlphaMask { get; set; }

Property Value

Type: AtalaImage
The 8-bit grayscale image representing the transparency of the overlay.
See Also