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