[]
Creates the IList<T> of brushes.
protected static IList<Brush> GetBrushes(Dictionary<string, IList<int>> clrs, Dictionary<string, IList<Brush>> brushes, string key)
Type | Name | Description |
---|---|---|
Dictionary<string, IList<int>> | clrs | The Dictionary<TKey, TValue> of the KnownColor enumeration. |
Dictionary<string, IList<Brush>> | brushes | The Dictionary<TKey, TValue> of the brushes. |
string | key | The key of the value to set. |
Type | Description |
---|---|
IList<Brush> | The IList<T> of created brushes. |