C4 Engine
C4 Engine API Documentation

GraphicsMgr::ClearColorBuffer

Defined in:  C4Graphics.h
Clears the color buffer.
Prototype

void ClearColorBuffer(const ColorRGBA& color);

Parameters
color The color to which the buffer is cleared.
Description