Archive for February, 2019

Digital Craft Drawing Pad

int lineColor = 0; boolean insideGrid = false; void setup() { size(800,800); background(95,95,95); stroke(0); rect(50,100,700,650,20); rect(50,30,50,50,20); fill(255); rect(150,30,50,50,20); fill(246,31,31); rect(250,30,50,50,20);//red…
Skip to toolbar