IsPaletteSorted

GifImage.IsPaletteSorted property

Control the sorting of the palette in your GIF images using this property. Whether you need to check if the palette is sorted or set the sorting behavior, this property provides a straightforward way to manage the palette organization in your GIF files.

public bool IsPaletteSorted { get; set; }

Property Value

true if palette is sorted; otherwise, false.

See Also