Clear Statement |
Syntax | CLEAR <BRUSH> |
Example | CLEAR BRUSH<(192,192,255)> |
Clears the map and fills it with the specified brush. If the map contains an alpha component then the map is filled with solid black first. It is important to execute this statement, as the map is not automatically re-initialized between renders, and can thus contain incorrect data.