pixelart_create_canvas
Create a blank pixel-art canvas for tile or sprite design. Specify canvas ID, dimensions, and background color to start a new project.
Instructions
Create a new blank pixel-art canvas (a single tile/sprite surface).
Args: params: canvas_id, width, height, background RGBA. Returns: JSON string confirming creation with canvas_id, width, height.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |