Q3DrawContext_SetClearImageColor
You can use theQ3DrawContext_SetClearImageColorfunction to set the image clearing color of a draw context.
TQ3Status Q3DrawContext_SetClearImageColor ( TQ3DrawContextObject context, const TQ3ColorARGB *color);
context- A draw context object.
color- The desired image clearing color of the specified draw context.
DESCRIPTION
TheQ3DrawContext_SetClearImageColorfunction sets the image clearing color of the draw context specified by thecontextparameter to the value specified in thecolorparameter.