Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GifFrame Class / GetLocalPalette Method

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