Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_getborder() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_GETBORDER()

 DESCRIPTION

 C_GETBORDER() returns the screen's border color for a VGA
 adaptor/monitor.

 NOTES

 C_GETBORDER() can only be used on a VGA display.  Be sure to test
 for a VGA card before calling this function.

 SYNTAX

 C_GETBORDER()

 PARAMETERS

 There are no parameters.

 RETURNS

 C_GETBORDER() returns the screen's current border color as a
 numeric color code from 1 to 7.  Refer to Appendix E for a
 description of these color codes.

 EXAMPLES

 if c_getvideo() = 3            && test for VGA
   border = c_getborder()
 endif


See Also: C_SETBORDER() C_GETVIDEO()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson