osc(1, 0.05, () => 2 + Math.sin(time / 2))
.saturate(() => 1.25 + Math.sin(time / 2))
.contrast()
.colorama(.00001)
.hue(() => (time / 3))
.kaleid(100)
.mult(osc(6, 0.1, 1)
.rotate(1.58, .02))
.blend(src(o0), 0.71)
//.modulateScale(osc(8, 0.2)
// .rotate(0, [.2, .201, .203, .205, .207, .209, .211].ease("easeInOutQuint")), [-0.15, -0.12, -.09, -.06, -.06, -.09, .12].ease('easeInOutQuint'), [1.1, 1.1, 1.1, 1.2, 1.2, 1.2, 1.3, 1.3, 1.3].ease("easeInOutQuint"))
//.shift(0.5, 0, 1.5)
//.color(3.5)
//.luma()
//.invert()
.brightness(.15)
.out(o0)
speed = 1
render(o0)