public void SetCycle()
 {
     mode = BackgroundColorMode.Cycle;
 }
 public void SetColor(Color newColor)
 {
     mode = BackgroundColorMode.Solid;
     camera.backgroundColor = newColor;
 }