Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage MaskImage { get; set; }

Property Value

Type: AtalaImage
An 8-bit image used to generate the alpha channel.
See Also