GifEncoderBackColorIndex Property

Gets or sets the background color index if GlobalPalette is set. It is relevant only if the palette of the first added image has no transparent entry, in which case determines the initial background color if the first added image does not completely cover the virtual screen, and also the color of the cleared virtual screen.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
C#
public byte BackColorIndex { get; set; }

Property Value

Byte

Exceptions

InvalidOperationExceptionThis property cannot be set after adding the first image.

See Also