G2D_Cls
Declaration:
void G2D_Cls(unsigned short int color);

Purpose:
Clears the screen to a specified color..

Example:
G2D_Cls(0);