Enum FrameColorTableMode
- Namespace
- SixLabors.ImageSharp.Formats
- Assembly
- SixLabors.ImageSharp.dll
Provides a way to specify how the color table is used by the frame.
public enum FrameColorTableMode
Fields
Global = 0The frame uses the shared color table specified by the image metadata.
Local = 1The frame uses a color table specified by the frame metadata.