Sets the current RGBA being used by the SDL_Renderer as Background for each frame in the received pointers.
void LEXSDL_GetBackgroundColor(uint8_t *r, uint8_t *g, uint8_t *b, uint8_t *a);
*Note : If a given pointer is NULL it will be ignored.