Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

A-Z Index | Category Index |

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:

  • color - specifies the new background color

    NOTE: This is LOW-LEVEL graphic function. To learn more about low-level graphic functions please read TUTORIAL: Using low-level graphics.

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)

    Your name:
    Your e-mail:
    Comment:
     

    About | Privacy | Terms of Use | Contact information
    Copyright © 2003 AMIBROKER.COM