{ "name": "darker", "type": "function", "groups": ["Color"], "description": "Returns a darker (or lighter) color. Returned type is the same as color arguments, i.e. a color string representation or a color object.", "arguments": [{ "arg": "color", "description": "a color string or a color object" }, { "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"] }