GifImagePaletteColorResolutionBits Property |
Gets or sets the palette color resolution bits.
Namespace: Aspose.Imaging.FileFormats.GifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic byte PaletteColorResolutionBits { get; set; }
Public Property PaletteColorResolutionBits As Byte
Get
Set
public:
property unsigned char PaletteColorResolutionBits {
unsigned char get ();
void set (unsigned char value);
}
member PaletteColorResolutionBits : byte with get, set
Property Value
Type:
Byte
The palette color resolution bits.
See Also