ClearBuffer Method From KB01 Engine previous page next page KB01_Engine Renderer..::..ClearBuffer Method Clears the buffer. Namespace: Assembly: KB01_Engine (in KB01_Engine.dll)SyntaxC#VBC++public void ClearBuffer( int R, int G, int B )Public Sub ClearBuffer ( _ R As int, _ G As int, _ B As int _ )public: void ClearBuffer( int R, int G, int B )ParametersRType: intThe r.GType: intThe g.BType: intThe b.See AlsoRenderer Class previous page start next page