Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_revchr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_REVCHR()
 Reverse the color of a single character on the screen
------------------------------------------------------------------------------

 Syntax

      FT_REVCHR( <nTRow>, <nLCol> ) -> NIL

 Arguments

     <nTRow>, <nLCol> are the screen coordinates of the character.

 Returns

     NIL

 Description

     This is a high speed function to reverse the color of a single
     character on the screen without changing the character itself.
     This function is the same as FT_REVATTR() except that it changes
     only one character on screen and hence is faster and uses less memory.

 Examples

     FT_REVCHR( 10, 20 )

     This example will change the text and background at 10, 20 to it's
     reverse color attributes without changing or overwriting the
     character itself.

 Source: VIDEO1.C

 Author: Robert A. DiFalco

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