FreeImage.NET Class Library Reference
![]() | GifInformationCreateGlobalPalette Method |
Creates a global palette for the GIF image, intialized with all entries of the
current local palette.
The property UseGlobalPalette will be set to true when
invoking this method. This effectively enables the newly created global palette.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public void CreateGlobalPalette()

Exception | Condition |
---|---|
InvalidOperationException | The image does not have a palette. |
