art.canvas.create
Initialize a pixel-art drawing session with configurable width, height, background color, and asset ID. Provides a dedicated canvas workspace for creating RPG game art.
Instructions
Create a new pixel canvas session for drawing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Canvas width in pixels (default 16) | |
| height | No | Canvas height in pixels (default 16) | |
| asset_id | No | Asset ID to associate with this session (enables Studio auto-open) | |
| bg_color | No | Background color as hex string (e.g. "#000000") | |
| session_id | Yes | Unique session identifier |