GifInformation.CreateGlobalPalette Method

FreeImage.NET

GifInformationCreateGlobalPalette Method
Overload List
  Name Description
Public method CreateGlobalPalette
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.
Public method CreateGlobalPalette(Int32)
Creates a global palette for the GIF image with the specified size, intialized with the first size 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.
Public method CreateGlobalPalette(Palette)
Creates a global palette for the GIF image, intialized with the entries of the specified palette. The property UseGlobalPalette will be set to true when invoking this method. This effectively enables the newly created global palette.
Public method CreateGlobalPalette(Palette, Int32)
Creates a global palette for the GIF image with the specified size, intialized with the first size entries of the specified palette. The property UseGlobalPalette will be set to true when invoking this method. This effectively enables the newly created global palette.
Top
See Also