art.detail.shadow
Add shadow clusters to a canvas region to create depth and occlusion, using coordinates, color, and density.
Instructions
Add shadow clusters to a region for depth/occlusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| seed | Yes | Random seed | |
| color | Yes | Shadow color as hex string | |
| width | Yes | Region width | |
| height | Yes | Region height | |
| density | Yes | Shadow density (0-1) | |
| session_id | Yes | Canvas session ID |