ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap 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 C1Bitmap.Palette
    public C1Bitmap.Palette GetPalette()
    See Also