What it does
color.invert takes c.
Signature
color.invert(c)Arguments
c
Example · generated
function start() { color.invert(1);}color.invert 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.