mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add help for project_color function
This commit is contained in:
parent
f74db81b9a
commit
334ea504db
12
resources/function_help/project_color
Normal file
12
resources/function_help/project_color
Normal 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 → color name
|
||||
|
||||
<h4>Example</h4>
|
||||
<pre> project_color('Logo color') → returns 20,140,50</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user