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