[]
Gets or sets the palette with opaque colors in 32-bit ARGB format to be stored as the Global Color Table.
If the palette contains 255 or less elements, the transparent color can be appended to the Global Color Table.
Elements with index 256 and above are ignored.
public uint[] GlobalPalette { get; set; }
Public Property GlobalPalette As UInteger()