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>roloc() - reverse the attributes of a color variable</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     roloc() - reverse the attributes of a color variable
  Usage:    <revcolor> = roloc(<color>)
  Params:   integer <color> - FUNCKy color value
  Returns:  an integer equal to the inverse of <color>

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

                 color = (1 * 16)+ 7 && white on blue
                 print(10,0,"This is white on blue",color)
                 inverse = roloc(color)
                 print(11,0,"This is blue on white",inverse)


See Also: standard() enhanced() unselected()

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