Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifReader Class / GetGlobalPalette Method

In This Topic
    GetGlobalPalette Method
    In This Topic
    Returns a palette with sorted opaque colors in 32-bit ARGB format retrieved from the Global Color Table.
    Syntax
    'Declaration
     
    Public Function GetGlobalPalette() As System.UInteger()
    public System.uint[] GetGlobalPalette()
    See Also