Gets or sets a global palette for the GIF image.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public ColorPalette Palette { get; set; }
Using a global palette may noticeable reduce the resulting file size, however it requires some additional preparations of the GIF frames. Besides, you will not be able to use different colors in each frame.
By default the global palette is not initialized (it is set to null).