Skip to content

Instantly share code, notes, and snippets.

void setup(){
size(600,600);
background(255);
colorMode(RGB,255);
smooth();
noStroke();
frameRate(30);
}
void draw(){
color c = color(random(252,255),random(100,183),random(190,225));