[]
Creates the brushes list for extended palettes.
protected static List<Brush> CreateBrushes(IList<int> clrs)
Protected Shared Function CreateBrushes(clrs As IList(Of Integer)) As List(Of Brush)
| Type | Name | Description |
|---|---|---|
| IList<int> | clrs | The IList<T> of the KnownColor enumeration. |
| Type | Description |
|---|---|
| List<Brush> | The List<T> of created SolidBrush elements. |