GifFrameCollectionGlobalPalette Property |
Gets or sets the palette used by frames in the GIF.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Palette GlobalPalette { get; set; }
Public Property GlobalPalette As Palette
Get
Set
Property Value
Type:
Palette The palette used by frames in the GIF.
Remarks Using a global palette can decrease the overall size of the animated GIF.
While it's possible to use a separate palette for each image, it's recommended that you only use the global palette.
See Also