generate_gradient_blob
Create an SVG blob with a linear gradient for UI accents and hero sections. Adjust colors, angle, size, opacity, complexity, randomness, and seed for reproducible shapes.
Instructions
Generate a blob filled with a linear gradient. Great for modern UI elements and hero illustrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducible shapes (default: random) | |
| size | No | Width and height of the SVG in pixels (default: 200) | |
| opacity | No | Fill opacity 0-1 (default: 1) | |
| complexity | No | Number of control points 3-20 (default: 6) | |
| randomness | No | Radius variation 0-1 (default: 0.5) | |
| gradient_angle | No | Gradient angle in degrees (default: 0 = left to right) | |
| gradient_colors | No | Gradient stop colors (default: ["#6366f1", "#ec4899"]) |