Q3ViewerGetBackgroundColor
You can use theQ3ViewerGetBackgroundColorfunction to get the background color of a viewer.
OSErr Q3ViewerGetBackgroundColor ( TQ3ViewerObject theViewer, TQ3ColorARGB *color);
theViewer- A viewer object.
color- On exit, the current background color.
DESCRIPTION
TheQ3ViewerGetBackgroundColorfunction returns, in thecolorparameter, the background color of the viewer specified by thetheViewerparameter.