void PEXClearRenderer( Display *display, PEXRenderer renderer, unsigned long buffer_mask )
Invoke PEXClearRenderer to clear the buffers of the drawable associated with the renderer specified by renderer when the renderer is in PEXRendering, PEXPicking, or PEXMultipassRendering states.
PEXlib defines the following bits:
PEXClearRendererAlpha - the renderer draws the renderer's background color into the entire alpha buffer that is associated with the renderer, if any. Clear alpha buffer also respects the renderer's clip list. PEXlib uses the background color's alpha component to clear the alpha buffer. If there is no alpha component, then the alpha value defaults to 1.0.
If the renderer's state is PEXIdle, then this function has no effect.
For a list of all Renderer functions and related topics, see Rendering.