generate_ui
Generate pixel art UI elements for games such as buttons, panels, health bars, and icons. Specify width, height, and color palette for precise control.
Instructions
Generate pixel art UI elements for games — buttons, panels, health bars, inventory slots, icons, frames. Use this instead of generate_image when creating interface/HUD elements. Min 16x16, max 512x512.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| image_size | Yes | Output dimensions (min 16x16) | |
| description | Yes | UI element description (e.g. 'medieval stone button with gold trim') | |
| color_palette | No | Color palette description (e.g. 'brown and gold') | |
| concept_image | No | Design guidance image | |
| no_background | No | Generate with transparent background |