MinaCoding2025_Gradient
Coloring the Screen
Updated
•1 min read
ColorAlmostWheel
For MinaCoding2025 Prompt 16: Gradient ,ColorAlmostWheel coded in HydraVideoSynth creates a speculative remix through gradients of the color wheel.
Poem
This dream contain colors
Some are vibrant and fuller
Even if less, doesn’t make it duller
For the wheel, spins it course
As the colors, share their force
Image







Code
osc(1,1,2).pixelate([10,5,4,3,2].smooth()).
diff(osc(1,[1,2,1,3],1).pixelate(50,50).kaleid(2)).
modulateScale(noise(1,1,[1,2,4,8,16,8,4,2]).
colorama(()=> (time % 10 + 1)/12).pixelate(50,50).luma(0.3)).
modulateKaleid(osc(2,1,1).repeat(2,2),0.0000013).out()
speed = 0.5




