Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>enhanced() - get/set enhanced color as integer from clipper</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     enhanced() - get/set enhanced color as integer from Clipper
  Usage:    <integer> = enhanced([<color>])
  Params:   integer <color> - new enhanced color to use by get/read
  Returns:  integer equal to the current enhanced color setting

 ---------------------------------- Example ---------------------------------

                 ? enhanced()
                 print(10,0,"enhanced  color",enhanced())

                 enhanced(23)
                 * sets screen gets to white on blue

  Note:     The enhanced color is the color used for the GET. Useful
            for writing generic menu routines that work off the
            set color to settings. The integer returned is
            compatible with the FUNCky color notation of
            ((background*16)+foreground)


See Also: standard() unselected() palette()

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