ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.Collections.Generic.List(Of PaletteColor)
    public System.Collections.Generic.List<PaletteColor> Colors {get;}
    See Also