randomWalk × linearGradient
pink × blue

1 25

function setup(){createCanvas(400,400),background(20);let t=drawingContext.createLinearGradient(100,100,300,300);t.addColorStop(0,"#ffcd38"),t.addColorStop(.5,"#71dcdd"),t.addColorStop(1,"#f2816a"),drawingContext.fillStyle=t,noStroke(),rect(100,100,200,200)}//#つぶやきProcessing

2 14

These are probably the most beautiful things I've built with ! 😀 (However, the effect only works in Chrome)

Check it out at https://t.co/tyoIxvRW6z

28 160