pixelart_generate_palette
Generate a limited, cohesive color palette for pixel art. Choose from preset styles like forest or retro, and set the number of colors.
Instructions
Generate a limited, cohesive color palette for pixel art.
Args: params: n_colors, style (forest/desert/ocean/retro/pastel/night/lava/candy, optional). Returns: JSON string: {"colors": ["#rrggbb", ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |