GifWriter.Palette Property

Gets or sets a global palette for the GIF image.

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

Syntax

C#
public ColorPalette Palette { get; set; }

Property Value

A ColorPalette for the GIF image.

Remarks

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).

See Also

Reference