Sets the RGBA to be used by the SDL_Renderer as background color for each frame.
It gets remembered between frames.
A example can be seen at the end of integrating#cexample.
void LEXSDL_SetBackgroundColor(uint8_t r, uint8_t g, uint8_t b, uint8_t a);