Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / GetPalette Method

In This Topic
    GetPalette Method
    In This Topic
    Retrieves the color table for indexed pixel formats, or null for other formats.
    Syntax
    'Declaration
     
    Public Function GetPalette() As GcWicBitmap.Palette
    public GcWicBitmap.Palette GetPalette()
    See Also