- This wiki is out of date, use the continuation of this wiki instead
Clear screen
From FenixWiki
Contents |
Definition
INT clear_screen ( )
Clears the background of the screen.
Returns
INT : true
Notes
This is the same as map_clear(0,BACKGROUND)
. When the background is cleared in either way, Fenix knows the background is empty and will take advantage of this knowledge.
Errors
Unsupported color depth | - The specified graph has a not supported color depth. |
Screen Functions | |
• Clear_screen() • Get_screen() • Put() • Put_screen() • Xput() • |