Click or drag to resize

GifFrameCollectionTransparentIndex Property

Gets or sets the index in the global palette which represents the transparent color.

Namespace:  Atalasoft.Imaging.Codec
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 index in the global palette which represents the transparent color.
Remarks
A value of -1 disables transparency.
See Also