--- 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%)</code>
+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.