ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.6.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap.Palette Class / Colors Property

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