# HG changeset patch # User Wuzzy # Date 1462815048 -3600 # Node ID 40aae8355e3ea4f8ecb8316407a40ab9e5ade9bf # Parent 0430da60aeac2bfe3ca44fdc0d583872aa7fe2cf LuaAPI: www.colorpicker.com diff -r 0430da60aeac -r 40aae8355e3e LuaAPI.wiki --- a/LuaAPI.wiki Sat May 07 02:52:27 2016 +0100 +++ b/LuaAPI.wiki Mon May 09 18:30:48 2016 +0100 @@ -66,6 +66,8 @@ c = 0xFFFFFF -- white c = 0x808080 -- gray (50%) +Hint: On [http://www.colorpicker.com/] you find a color-picking tool for getting RGB colors easily. + == Globally available variables and constants == 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.