RenderTarget.Clear Method (Color)

SFML.Net

RenderTargetClear Method (Color)
Clear the entire target with a single color

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
void Clear(
	Color color
)
Sub Clear ( 
	color As Color
)
void Clear(
	Color color
)
abstract Clear : 
        color : Color -> unit 

Parameters

color
Type: SFML.GraphicsColor
Color to use to clear the window
See Also