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_revattr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_REVATTR()
 Reverse colors of specified screen coordinates
------------------------------------------------------------------------------

 Syntax

      FT_REVATTR( <nTRow>, <nLCol>, <nBRow>, <nRCol> ) -> NIL

 Arguments

     <nTRow>, <nLCol>, <nBRow>, and <nRCol> are the coordinates of the
     screen region.

 Returns

     NIL

 Description

     This is a high speed function to reverse the color of a specified
     screen region without disturbing any text on the screen.  This
     function will correctly reverse the color attributes in a region
     containing multiple color combinations.

 Examples

     FT_REVATTR( 0, 0, MaxRow(), MaxCol() )

     This example will change the entire screen's colors to their reverse
     attributes without changing  or overwriting any text.

 Source: VIDEO1.C

 Author: Robert A. DiFalco

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