Пример #1
0
 public Palette(IColorset colorset)
 {
     cset = colorset ?? new Colorsets.Category10();
     Name = cset.GetType().Name;
 }