RenderTarget.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.

interface RenderTarget
void
clear

Parameters

color Color

Fill color to use to clear the render target

Meta