RSDKv4 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)