Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>menu_color()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MENU_COLOR()
   Sets the color attributes for all menu systems.

   Syntax
         MENU_COLOR(aMenuColors[21])

   Arguments
          +--------------------------------------------------------+
          | Menu Colors for Menu Color Array                       |
          ---------------------------------------------------------|
          |Num|Description     |Menu Colors                |Default|
          |---+----------------+---------------------------+-------|
          |  1|nUnFgColor      |low light foreground       |    0  |
          |  2|nUnBgColor      |low light background       |    7  |
          |  3|nSelFgColor     |highlight foreground       |   15  |
          |  4|nSelBgColor     |highlight background       |    8  |
          |  5|nNonFgColor     |non selected foreground    |    0  |
          |  6|nNonBgColor     |non selected background    |    0  |
          |  7|nBoxBg          |inside box color           |    9  |
          |  8|n3dOnOrOff      |menus to be 3-D            |    0  |
          |   |                |0 - 3-D off                |       |
          |   |                |1 - 3-D on                 |       |
          |  9|nBorderType     |border type                |    1  |
          |   |                |0 - border off             |       |
          |   |                |1 - show border            |       |
          | 10|nBorderColor    |border color               |    3  |
          | 11|nBorderThickness|border thickness in pixels |    1  |
          | 12|nShadowType     |shadow on or off           |    1  |
          |   |                |0 - shadow off             |       |
          |   |                |1 - show shadow            |       |
          | 13|nShadowColor    |shadow color               |    8  |
          | 14|nShadowThickness|shadow thickness in pixels |    6  |
          | 15|n3d_fg_color    |3-D effect highlight color |   15  |
          | 16|n3d_bg_color    |3-D effect lowlight color  |    0  |
          | 17|nFg_letter_color|selected highlight letter  |   12  |
          | 18|nBg_letter_color|unselected highlight letter|   14  |
          | 19|nScrollBgColor  |scroll bar background color|    7  |
          | 20|nScrollFgColor  |scroll bar foreground color|    0  |
          | 21|nScrollBordColor|scroll bar border color    |    8  |
          +--------------------------------------------------------+
   Returns
         None

   Description
         Defines the color and display attributes for subsequent
         menus. This is a global setting and these colors will be
         assigned to the menu at the time of creation.

See Also: MENU_EDIT() MENU_ITEM() MENU_ONLY() MENU_OPEN()

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