GFXSETBKCOLOR
- set graphic background color
|
Low-level graphics
(AFL 3.0) |
| 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 |
References:
The GfxSetBkColor function is used in the following formulas
in AFL on-line library:
Add your comment:
(please do not ask questions here, if you have a question please send
it to support e-mail address)
|