Gets/sets a global palette for the animated frame.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property GlobalPalette As ColorPalette
public ColorPalette GlobalPalette { get; set; }
Using global palette may noticeable reduce result 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).