list_services_ultrablur_image
Generate an UltraBlur image using four corner colors, custom dimensions, and optional noise to reduce color banding.
Instructions
Get UltraBlur Image.
GET /services/ultrablur/image
Args: top_left: The base color (hex) for the top left quadrant. top_right: The base color (hex) for the top right quadrant. bottom_right: The base color (hex) for the bottom right quadrant. bottom_left: The base color (hex) for the bottom left quadrant. width: Width in pixels for the image. height: Height in pixels for the image. noise: Whether to add noise to the ouput image. Noise can reduce color banding with the gradients. Image sizes with noise will be larger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noise | No | ||
| width | No | ||
| height | No | ||
| top_left | No | ||
| top_right | No | ||
| bottom_left | No | ||
| bottom_right | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |