SFML.Net
RenderWindowClear Method (Color) |
Clear the entire window with a single color
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public void Clear( Color color )
Public Sub Clear ( color As Color )
public: virtual void Clear( Color color ) sealed
abstract Clear : color : Color -> unit override Clear : color : Color -> unit
Parameters
- color
- Type: SFML.GraphicsColor
Color to use to clear the window
Implements
RenderTargetClear(Color)