SetClearColor
Description
Sets the clear color to use when clearing the back buffer.
Definition
SetClearColor( red, green, blue )
void agk::SetClearColor( UINT red, UINT green, UINT blue )
Parameters
- red - The red component of the clear color
- green - The green component of the clear color
- blue - The blue component of the clear color