GfxSetBkColor
|
Low-level graphics |
SYNTAX | GfxSetBkColor( color ) |
RETURNS | NOTHING |
FUNCTION | Sets the current background color to the specified color. If the background mode is OPAQUE (see GfxSetBkMode), the system uses the background color to fill the gaps in styled lines, the gaps between hatched lines in brushes, and the background in character cells.
Parameters:
|
EXAMPLE | GfxSetBkColor( ColorRGB( 10, 20, 30 ) ); |
SEE ALSO | GfxSelectFont() function , GfxSetTextColor() function |
The GfxSetBkColor function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.