Add help for project_color function

This commit is contained in:
Nyall Dawson 2015-08-20 15:19:52 +10:00
parent f74db81b9a
commit 334ea504db

View File

@ -0,0 +1,12 @@
<h3>project_color function</h3>
Returns a color from the project's color scheme.
<h4>Syntax</h4>
<pre>project_color( name )</pre>
<h4>Arguments</h4>
name &rarr; color name
<h4>Example</h4>
<pre> project_color('Logo color') &rarr; returns 20,140,50</pre>