GifEncoderGlobalPalette Property
Gets or sets the global palette. If not set, then each added image will be stored along with their own palette.
If not , then the palette of the added images are stored only when they are different from the global palette.
Default value: .
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public Palette? GlobalPalette { get; set; }
Public Property GlobalPalette As Palette
Get
Set
public:
property Palette^ GlobalPalette {
Palette^ get ();
void set (Palette^ value);
}
member GlobalPalette : Palette with get, set
Property Value
Palette