Table of Contents

Enum GifColorTableMode

Namespace
SixLabors.ImageSharp.Formats.Gif
Assembly
SixLabors.ImageSharp.dll

Provides enumeration for the available color table modes.

public enum GifColorTableMode

Fields

Global = 0

A single color table is calculated from the first frame and reused for subsequent frames.

Local = 1

A unique color table is calculated for each frame.