Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix function call in example
  • Loading branch information
hareldunn committed Dec 13, 2018
1 parent 8c07c99 commit 1c74e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/ramp_color
Expand Up @@ -14,6 +14,6 @@
"variant_description": "Returns a string representing a color from an expression-created ramp",
"arguments": [ {"arg":"ramp","description":"the color ramp"},
{"arg":"value","description":"the position on the ramp to select the color from as a real number between 0 and 1"}],
"examples": [ { "expression":"ramp_color(create_array(map(0,'0,0,0',1,'255,0,0')),1)", "returns":"'255,0,0,255'"} ]
"examples": [ { "expression":"ramp_color(create_ramp(map(0,'0,0,0',1,'255,0,0')),1)", "returns":"'255,0,0,255'"} ]
}]
}

0 comments on commit 1c74e0b

Please sign in to comment.