Пример #1
0
 public String GetNextColor()
 {
     return(ColorPresets.GetValue(Random.Next(ColorPresets.Length)).ToString());
 }