# MinaCoding2025_Gradient

# ColorAlmostWheel

For ***MinaCoding2025* Prompt 16:** **Gradient** ,***ColorAlmostWheel*** coded in **HydraVideoSynth creates** a speculative remix through gradients of the color wheel.

## Poem

```ocaml
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

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052555532/1521e1f0-d20f-47d1-89db-75793f213b6a.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052561701/507178c0-b6c7-42cf-8d15-e40c43e4463f.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052574266/f1fd6b36-05de-49ca-bf8f-8f61bf7b3cbd.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052581471/27526974-54be-4863-85c5-1a9c5e956fba.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052587253/c9c056f9-8e4f-474a-94da-e84f624dd671.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052594399/34fc18bd-93d7-4206-a73c-cf79b92df261.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750052607030/435525b7-5106-4b6a-84c7-f5b96c990da7.png align="center")

## Code

```javascript

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
```
