SetClearColor ( c )
Cls() の呼び出し時に画面の消去で使うカラーを設定します。
用例:
SetClearColor( RGB(
255
,
255
,
255
) )
Cls()