SetAlphaFromMaskCommandMaskImage Property |
Gets or sets an 8-bit image used to generate the alpha channel.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AtalaImage MaskImage { get; set; }Public Property MaskImage As AtalaImage
Get
Set
Property Value
Type:
AtalaImage An 8-bit image used to generate the alpha channel.
See Also