LuaAPI: www.colorpicker.com
authorWuzzy
Mon, 09 May 2016 18:30:48 +0100
changeset 885 40aae8355e3e
parent 884 0430da60aeac
child 886 cc2734d89e20
LuaAPI: www.colorpicker.com
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%)</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.