Beispiel #1
0
 /// <summary>
 /// Clears this instance.
 /// </summary>
 public void Clear()
 {
     this._referenceColors = new ReferenceColorCollection(DefaultColors);
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Colorizer"/> class.
 /// </summary>
 /// <param name="colors">The colors.</param>
 public Colorizer(IEnumerable <string> colors)
 {
     this._referenceColors = new ReferenceColorCollection(colors);
 }