{ "name": "lighter", "type": "function", "groups": ["Color"], "description": "Returns a lighter (or darker) 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 lightening factor:" }], "examples": [{ "expression": "lighter('200,10,30', 200)", "returns": "'255,158,168,255'" }], "tags": ["darker", "color", "lighter"] }