# MinaCoding2025_ColorfulRepetition

# **PixelatedSwirls**

For ***MinaCoding2025* Prompt 29 & 8:** **Gradient & Colorful**, ***PixelatedSwirls*** coded in **HydraVideoSynth** takes a colorful approach through swirls

## Poetry

```ocaml
This dream contain colors
Some are vibrant and fuller
Even if less, doesn’t make it duller
For the Swirls takes it course
As the colors, share their force
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750716845126/9f2589b9-1ab4-4121-bb57-6189332a46d5.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750716883258/178ed393-d427-4f60-9561-0eab11ae26b7.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750716849484/6a3ae23c-975f-44c2-855d-8594704f3e65.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750716856885/4f08f7d3-fff3-4946-8448-1cb5f1850df3.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750716862913/45a9e7a5-a276-4d7f-894e-21519c3d0c66.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1750716866546/2a9a877e-599b-4328-9e67-b3b4a74d4ee4.png align="center")

## Code

```javascript
osc(1,4,4).kaleid(4).scale([0.255,0.5,0.8,0.1,0.3,0.4,1,2].smooth().fast(0.40)).
repeat(3,3).modulateRotate(noise(1,1,1).colorama().pixelate(50,50)).modulateRotate(osc(1,3,2).
modulatePixelate(osc(1,3,1).pixelate(50,50))).luma([0.3,0.4,0.5,0.3,0.2,0.1].smooth().fast(0.40)).out()

speed = 0.25
```
