public String GetNextColor() { return(ColorPresets.GetValue(Random.Next(ColorPresets.Length)).ToString()); }