We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c07c99 commit 1c74e0bCopy full SHA for 1c74e0b
resources/function_help/json/ramp_color
@@ -14,6 +14,6 @@
14
"variant_description": "Returns a string representing a color from an expression-created ramp",
15
"arguments": [ {"arg":"ramp","description":"the color ramp"},
16
{"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'"} ]
+ "examples": [ { "expression":"ramp_color(create_ramp(map(0,'0,0,0',1,'255,0,0')),1)", "returns":"'255,0,0,255'"} ]
18
}]
19
}
0 commit comments