This documentation is for the old version. Go to the latest Graphics Mill docs

GifReader.BackgroundEntryIndex Property

Returns an index of the background color.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public ReadOnly Property BackgroundEntryIndex As Integer
C#
public int BackgroundEntryIndex { get; }

Property Value

An index in the global palette for the background color.

Remarks

If this property equals to -1, background color is disabled.

If GlobalPalette is not specified (set to null), this property is meaningless.

See Also

Reference