~grass/qgis/qgis-git-trunk

« back to all changes in this revision

Viewing changes to resources/function_help/project_color

  • Committer: Nyall Dawson
  • Date: 2015-08-22 09:01:42 UTC
  • Revision ID: git-v1:334ea504dbd4ff9c90dc74e8a6dfa558cf885c29
Add help for project_color function

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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