art.detail.highlight
Add specular highlight clusters to a region to simulate light reflection. Specify color, density, and seed to generate stylized pixel-art highlights on a canvas.
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 |