Method
CoglFramebufferclear4f
Declaration [src]
void
cogl_framebuffer_clear4f (
  CoglFramebuffer* framebuffer,
  unsigned long buffers,
  float red,
  float green,
  float blue,
  float alpha
)
Description [src]
Clears all the auxiliary buffers identified in the buffers mask, and if
that includes the color buffer then the specified color is used.
Parameters
- buffers
- 
            Type: unsigned longA mask of CoglBufferBits identifying which auxiliary buffers to clear.
- red
- 
            Type: floatThe red component of color to clear the color buffer too if specified in buffers.
- green
- 
            Type: floatThe green component of color to clear the color buffer too if specified in buffers.
- blue
- 
            Type: floatThe blue component of color to clear the color buffer too if specified in buffers.
- alpha
- 
            Type: floatThe alpha component of color to clear the color buffer too if specified in buffers.