LuaAPI.wiki
changeset 885 40aae8355e3e
parent 881 ab6bd4812ca4
child 890 74b9c19e4b50
equal deleted inserted replaced
884:0430da60aeac 885:40aae8355e3e
    63 c = 0xFF0000 -- red
    63 c = 0xFF0000 -- red
    64 c = 0x00FF00 -- green
    64 c = 0x00FF00 -- green
    65 c = 0x0000FF -- blue
    65 c = 0x0000FF -- blue
    66 c = 0xFFFFFF -- white
    66 c = 0xFFFFFF -- white
    67 c = 0x808080 -- gray (50%)</code>
    67 c = 0x808080 -- gray (50%)</code>
       
    68 
       
    69 Hint: On [http://www.colorpicker.com/] you find a color-picking tool for getting RGB colors easily.
    68 
    70 
    69 
    71 
    70 == Globally available variables and constants ==
    72 == Globally available variables and constants ==
    71 The following variables are made available by Hedgewars in Lua and can be used to quickly query a value. Lua scripts schould normally *not* write to these variables, only read from them.
    73 The following variables are made available by Hedgewars in Lua and can be used to quickly query a value. Lua scripts schould normally *not* write to these variables, only read from them.
    72 
    74