Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>friscolor() video function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  FRISCOLOR()                                                 Video Function
 Purpose..: Replace the Clipper ISCOLOR() function
-------------------------------------------------------------------------------
 Syntax...: frIsColor( [<lToggle>] ) --> lIsColor

 Arguments: [<lToggle>] = Unlike ISCOLOR(), frIsColor() allows you
                          to change its default state. If
                          <lToggle> is passed, frIsColor() will default
                          to its value.

 Returns..: lIsColor - TRUE if a color monitor is detected.

 Source...: FRCOLOR.C
-------------------------------------------------------------------------------
 Example..: . This example sets the default of frIsColor() by using
               a EXE startup variable.

             if !ISNIL( uMono )
                frIsColor( FALSE )
             endif

See Also: vidInit() vidType()

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