Table of Contents

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 = 0

The frame uses the shared color table specified by the image metadata.

Local = 1

The frame uses a color table specified by the frame metadata.