Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add help for project_color function
  • Loading branch information
nyalldawson committed Aug 22, 2015
1 parent f74db81 commit 334ea50
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/function_help/project_color
@@ -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>

0 comments on commit 334ea50

Please sign in to comment.