fill

v0.1.6
fill(r, g, b, [a]);

Set the fill color for shapes

Arguments

rThe red byte
gThe green byte
bThe blue byte
[a]The alpha byte

Can also accept a hexadecimal or color name as string

fill(255, 150, 40);
square(200, 200, 64);
See fill in setting.h