What it does
color.lerp takes a, b and t.
Signature
color.lerp(a, b, t)Arguments
abt
Example · generated
function start() { color.lerp(1, 0.4, 0.5);}color.lerp 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.