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; }
Public Property TransparentIndex As Integer
Get
Set
Property Value
Type:
Int32 The palette index that will be used as a transparent mask for the top image.
Exceptions Exception | Condition |
---|
| 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