Skip to content

ClearScreen

Description

Clears all pixels on screen with color ClearIndex from the active palette.

Parameters

  • ClearIndex The index of the color in the active palette that will override the pixels on the screen.

Return Value

None.

Syntax

ClearScreen(int ClearIndex)

Example

ClearScreen(5)