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

GifEncoderOptions.LocalPaletteEnabled Property

Gets/sets a value that specify 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)

Syntax

Visual Basic
Public Property LocalPaletteEnabled As Boolean
C#
public bool LocalPaletteEnabled { get; set; }

Property Value

Value that specify if local palette of the frames should be saved.

Remarks

If you disable this property, you should initialize GlobalPalette property with correct palette object.

Default value is true.

See Also

Reference