Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifWriter Class / GlobalPalette Property

In This Topic
    GlobalPalette Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property GlobalPalette As System.UInteger()
    public System.uint[] GlobalPalette {get; set;}
    See Also