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

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