SimplexNoise
Organic noise with animated movement
Organic noise with animated movement
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| colorA | color | #ffffff | First color |
| colorB | color | #000000 | Second color |
| colorSpace | "linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch" | linear | Color space for color interpolation |
| scale | range | 2 | Pattern scale (higher = larger patterns) |
| balance | range | 0 | Balance between colors (negative = more colorB, positive = more colorA) |
| contrast | range | 0 | Pattern contrast (higher = sharper transitions) |
| seed | range | 0 | Random seed for pattern variation |
| speed | range | 1 | Animation speed |
Usage
vue
<Shader>
<SimplexNoise />
</Shader>