art.detail.highlight
Add highlight clusters to a canvas region to simulate specular light reflection, giving pixel-art assets a realistic glossy finish with controlled color and density.
Instructions
Add highlight clusters to a region for specular/light reflection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| seed | Yes | Random seed | |
| color | Yes | Highlight color as hex string | |
| width | Yes | Region width | |
| height | Yes | Region height | |
| density | Yes | Highlight density (0-1) | |
| session_id | Yes | Canvas session ID |