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