art.detail.cluster
Create a pixel cluster on a canvas at a specified center, with chosen shape, color, and size, to add stylized detail to 2D RPG art.
Instructions
Create a pixel cluster on the canvas at a given position with a specified shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | Center X coordinate | |
| cy | Yes | Center Y coordinate | |
| seed | No | Random seed (used for irregular shape) | |
| size | Yes | Cluster size (radius in pixels) | |
| color | Yes | Cluster color as hex string (e.g. "#8B4513") | |
| shape | Yes | Cluster shape | |
| session_id | Yes | Canvas session ID |