Click or drag to resize

GifFrameTransparentIndex Property

Gets or sets the transparent index for this image.

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 transparent index for this image.
Remarks
If UseLocalPalette is true, this is an index from the palette for this frame. Otherwise this is an index from the global palette. A value of -1 turns off transparency.
See Also