Skip to content

Commit 334ea50

Browse files
committedAug 22, 2015
Add help for project_color function
1 parent f74db81 commit 334ea50

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎resources/function_help/project_color

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>project_color function</h3>
2+
Returns a color from the project's color scheme.
3+
4+
<h4>Syntax</h4>
5+
<pre>project_color( name )</pre>
6+
7+
<h4>Arguments</h4>
8+
name &rarr; color name
9+
10+
<h4>Example</h4>
11+
<pre> project_color('Logo color') &rarr; returns 20,140,50</pre>
12+

0 commit comments

Comments
 (0)
Please sign in to comment.