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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public byte BackColorIndex { get; set; }
Public Property BackColorIndex As Byte
Get
Set
public:
property unsigned char BackColorIndex {
unsigned char get ();
void set (unsigned char value);
}
member BackColorIndex : byte with get, set
Property Value
Byte