ClearScreen()

语法

ClearScreen(Color)
概要
Clear the whole screen with the specified color.

参数

Color The color to use to clear the screen. RGB() can be used to get a valid color value. A table with common colors is available here.

返回值

无.

Remarks

ClearScreen() has to be always called outside a StartDrawing() : StopDrawing() block.

已支持操作系统

所有

<- ChangeGamma() - Screen Index - CloseScreen() ->