The Simplex Noise shader creates multi-color gradients mapped into smooth, animated curves built as a combination of two Simplex noise functions. Supports up to 10 colors with adjustable stepping and softness for creating organic, flowing patterns.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/paper-design/shaders/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Parameters
Array of base colors in hex format. Supports up to 10 colors. The simplex noise creates flowing patterns between these colors.
Number of extra colors between base colors (1 to 10). 1 = N colors, 2 = 2×N colors, etc. Creates posterization effect when > 1.
Color transition sharpness (0 to 1). 0 = hard edge with distinct bands, 1 = smooth gradient transitions.
Animation speed multiplier. Controls how fast the noise pattern flows.
Common Sizing Parameters
How to fit the shader into the canvas dimensions.
Overall zoom level (0.01 to 4). Affects the size of noise patterns.
Rotation angle in degrees (0 to 360).
Horizontal offset (-1 to 1).
Vertical offset (-1 to 1).
Presets
Default
Bubblegum
Spots
First Contact
Technical Details
- Max Colors: 10
- Noise Algorithm: Dual-layer Simplex noise at different frequencies
- Stepping: Posterization effect with configurable steps
- Anti-aliasing: Uses
fwidthfor smooth edges on stepped transitions - Coordinates: Uses pattern UV coordinates with scaling
- Color Space: Premultiplied alpha for proper transparency blending
