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