RenderWindow.clear

Clear the entire target with a single color.

This function is usually called once every frame, to clear the previous contents of the target.

class RenderWindow
void
clear

Parameters

color Color

Fill color to use to clear the render target

Meta