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>unselected() - get/set unselected color as an integer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     unselected() - get/set unselected color as an integer
  Usage:    <integer> = unselected([<color>])
  Params:   integer <color> - new unselected color to use by get
  Returns:  integer equal to the current unselected color setting

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

                 ? unselected()
                 print(10,0,"Unselected color",unselected())

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

  Note:     The unselected color is the color used for unselected
            gets. This function can be 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() enhanced() palette()

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