Click or drag to resize

OverlayCommandTransparentIndex Property

Gets or sets the palette index that will be used as a transparent mask for the top image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int TransparentIndex { get; set; }

Property Value

Type: Int32
The palette index that will be used as a transparent mask for the top image.
Exceptions
ExceptionCondition
Thrown if the value is less than -1 or greater than 255.
Remarks
By default, this color is set to -1 and ignored. It is also ignored if the top image has an alpha channel.
See Also