Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap.Palette Class / Colors Property

In This Topic
    Colors Property (GcWicBitmap.Palette)
    In This Topic
    Gets the list of palette colors (allows modifications).
    Syntax
    'Declaration
     
    Public ReadOnly Property Colors As System.Collections.Generic.List(Of PaletteColor)
    public System.Collections.Generic.List<PaletteColor> Colors {get;}
    See Also