Overload List

  NameDescription
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.
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.
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.
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.

See Also