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