Hello,
Is it possible to change the global alpha/transparency of all the contents on the window at once or do I have to change it individually for each object?
I tried using sf::RenderWindow::Clear(sf::Color(255,255,255,0)) but I believe that only changes the background settings with which the screen is cleared.
Thanks in advance