Graphics::_fill

Description

void Graphics::_fill()

Graphics::_fill fills the screen with a certain color. This function is used internally. If you are using this, you are probably doing something wrong! You are probably looking for Graphics::fill instead!

Parameters

none

Returns

none

Example

N/A