{ "name": "darker", "type": "function", "groups": ["Color"], "description": "Returns a darker (or lighter) color string", "arguments": [{ "arg": "color", "description": "a color string" }, { "arg": "factor", "description": "an integer corresponding to the darkening factor:" }], "examples": [{ "expression": "darker('200,10,30', 200)", "returns": "'100,5,15,255'" }], "tags": ["darker", "color", "lighter"] }