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

GifReader.GlobalPalette Property

Returns a global palette for the animated frame.

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

Syntax

Visual Basic
Public ReadOnly Property GlobalPalette As ColorPalette
C#
public ColorPalette GlobalPalette { get; }

Property Value

ColorPalette class instance that specifies a global palette for the animated GIF.

See Also

Reference