Q3ViewHints_GetClearImageColor
You can use theQ3ViewHints_GetClearImageColorfunction to get the image clearing color associated with a view hints object.
TQ3Status Q3ViewHints_GetClearImageColor ( TQ3ViewHintsObject viewHints, TQ3ColorARGB *color);
viewHints- A view hints object.
color- On exit, the current image clearing color of the specified view hints object.
DESCRIPTION
TheQ3ViewHints_GetClearImageColorfunction returns, in thecolorparameter, a constant that indicates the current image clearing color for the view hints object specified by theviewHintsparameter.