Enum GifColorTableMode
Provides enumeration for the available color table modes.
Namespace: SixLabors.ImageSharp.Formats.Gif
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum GifColorTableModeFields
| Name | Description | 
|---|---|
| Global | A single color table is calculated from the first frame and reused for subsequent frames. | 
| Local | A unique color table is calculated for each frame. |