plate-035 · ink bloom · seed 0xd1a5a3
the same flower routine called two hundred times with drifting hue.
2,975
124 lines
bloom()
// plate-035 — two hundred flowers ii
const paper = canvas(1000, 1000, "#0d0d0c");
const rng = seed("0xd1a5a3");
bloom(paper, rng, {
calls: 2975,
jitter: true,
alpha: "stacked",
});
paper.commit(); // 124 lines of javascriptother ink bloom plates