What it does
color.hex takes "#ff9900".
Signature
color.hex("#ff9900")Arguments
"#ff9900"
Example · generated
function start() { color.hex('#ff9900');}color.hex is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.