Modify the background clear color so that it smoothly changes between colors. For example, starting from black, smoothly change over several seconds to blue. Then select another color (such as red) and smoothly change over several seconds to this other color. Think about how you can use deltaTime in Game: : Update to facilitate this smooth transition.