← the studio

night field ii

plate-027 · ink bloom · seed 0x9c5512

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

brush calls

934

program length

36 lines

entry point

bloom()

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

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

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

other ink bloom plates