Skip to content

Commit 9c47d99

Browse files
hareldunnnyalldawson
authored andcommittedDec 15, 2018
fix function call in example
(cherry picked from commit 1c74e0b)
1 parent 8ef88e5 commit 9c47d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/ramp_color

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"variant_description": "Returns a string representing a color from an expression-created ramp",
1515
"arguments": [ {"arg":"ramp","description":"the color ramp"},
1616
{"arg":"value","description":"the position on the ramp to select the color from as a real number between 0 and 1"}],
17-
"examples": [ { "expression":"ramp_color(create_array(map(0,'0,0,0',1,'255,0,0')),1)", "returns":"'255,0,0,255'"} ]
17+
"examples": [ { "expression":"ramp_color(create_ramp(map(0,'0,0,0',1,'255,0,0')),1)", "returns":"'255,0,0,255'"} ]
1818
}]
1919
}

0 commit comments

Comments
 (0)
Please sign in to comment.