C3DScreen::Clear |
Top Previous Next |
Syntax:
Clear(UINT clr)
Purpose:
Parameters: clr - The color in RGBA format.
Returned value(s): None.
Application: s.Clear(RGBA(0,0,255,255))
Class Hierarchy
Additional Info: This method should be called before BeginScene.
See Also:
|