GrSetWindowBackgroundColor()

Name

GrSetWindowBackgroundColor() -- Set a window's background color

Synopsis

void GrSetWindowBackgroundColor ( GR_WINDOW_ID wid , GR_COLOR color );

Description

This macro sets the specified window's background color to color.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to set the background color of.
GR_COLORcolorThe color to set the window background to.

See Also

GrSetWMProperties(), GrGetWMProperties(), GR_RGB().