Global.renderColor (c)
renders a color as hex or named string
Sourcecode in Global/renderFunctions.js:
1:
function renderColor(c) {
2:
res.write(renderColorAsString(c));
3:
return;
4:
}