What it does
color.hsl takes h, s and l.
The API says: h in degrees
Signature
color.hsl(h, s, l)Arguments
hsl
Example · generated
function start() { color.hsl(1, 1, 1);}color.hsl 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.