Namtar

Feb 27, 2026

#noisedeck

search filter, mixer, synth

cell()
  .colorspace()
  .emboss(amount: 4.673)
  .distortion(
    tex: read(o1),
    mode: reflect,
    mapSource: sourceA,
    intensity: 61.214,
    smoothing: 49.931,
    aberration: 16.486
  )
  .write(o0)

shape(
  loopAOffset: sine,
  loopBOffset: octagon,
  loopAScale: 66.925,
  loopBScale: 35.338,
  loopAAmp: -65.439,
  loopBAmp: 64.753,
  seed: 62,
  wrap: false
)
  .tetraColorArray(
    colorMode: hsv,
    color0: #034df6,
    color1: #d28237,
    color2: #ec713a,
    color3: #c08fc5,
    color4: #a2622b,
    color5: #5592e8,
    color6: #835cf3,
    color7: #086b85,
    repeat: 7.381,
    offset: 0.828,
    alpha: 0.41,
    smoothness: 0.183
  )
  .zoomBlur(strength: 0.454)
  .write(o1)

render(o0)

← Index