Sets the background color that will be used the next time the display is cleared using cls.
This function expects three integers between 0 and 255 to specify the color. Please see color for a description of what these three numbers are.
background(255, 0, 0);