Q3ViewerSetBackgroundColor
You can use theQ3ViewerSetBackgroundColorfunction to set the background color of a viewer.
OSErr Q3ViewerSetBackgroundColor ( TQ3ViewerObject theViewer, TQ3ColorARGB *color);
theViewer- A viewer object.
color- The desired background color.
DESCRIPTION
TheQ3ViewerSetBackgroundColorfunction sets the background color of the viewer specified by thetheViewerparameter to the color specified by thecolorparameter.