← the studio

night field

plate-003 · ink bloom · seed 0xf3050e

the same flower routine called two hundred times with drifting hue.

brush calls

4,586

program length

71 lines

entry point

bloom()

studio/plate-003.js
// plate-003 — night field
const paper = canvas(1000, 1000, "#0d0d0c");
const rng = seed("0xf3050e");

bloom(paper, rng, {
  calls: 4586,
  jitter: true,
  alpha: "stacked",
});

paper.commit(); // 71 lines of javascript

other ink bloom plates