voronoi(6, 8) .mult(osc(10, 0.1, () => Math.cos(time)) .saturate(14) .kaleid(100)) .modulate(o0, 0.25) .scrollY(fxrand(-0.2,-0.2)) .scrollX(fxrand(-0.2,-0.2)) .scale(0.97) .blend(o0) .modulate(voronoi(8, 1), 0.02) .hue(0.225) .rotate(fxrand(0.02,0.035), 0, fxrand(0.75,0.98)) .out(o0) osc(1, 0.6, 1) // This is a source .add(o0, fxrand(0.3, 0.6)) .colorama(fxrand()) // This is a function .luma(-0.2) // This is a function .brightness(0.00001, -1, 10) .out(o1) render(o1) speed = 0.1