Specifies if local palette of the frames should be saved (otherwise global palette will be used).
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property LocalPaletteEnabled As Boolean
public bool LocalPaletteEnabled { get; set; }
If you disable this property, you should initialize GlobalPalette property with correct palette object.
Default value is true.