art.detail.cluster
Add a pixel-art cluster to a canvas at a specific position with chosen shape, size, and color, solving the need for precise placement of stylized details.
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 |