Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed4bppBitmap Class / ColorMap Property

In This Topic
    ColorMap Property (Indexed4bppBitmap)
    In This Topic
    Gets the associated lookup table with 16 Red-Green-Blue[-Alpha] palette entries.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorMap As PaletteEntry()
    public PaletteEntry[] ColorMap {get;}
    See Also