mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
446 B
Plaintext
9 lines
446 B
Plaintext
{
|
|
"name": "create_ramp",
|
|
"type": "function",
|
|
"description": "Returns a gradient ramp from a map of color strings and steps.",
|
|
"arguments": [ {"arg":"map","description":"a map of color strings and steps"},
|
|
{"arg":"discrete","optional":true,"description":"declare whether the color ramp is discrete"}],
|
|
"examples": [ { "expression":"ramp_color(create_array(map(0,'0,0,0',1,'255,0,0')),1)", "returns":"'255,0,0,255'"} ]
|
|
}
|