add_highlight
Highlight a region on a screenshot by specifying coordinates, dimensions, color, and opacity. Draw attention to key areas with a semi-transparent overlay.
Instructions
Add a semi-transparent highlight region to the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate of the top-left corner | |
| y | Yes | Y coordinate of the top-left corner | |
| color | No | Color of the highlight | yellow |
| width | Yes | Width of the highlight area | |
| height | Yes | Height of the highlight area | |
| opacity | No | Opacity (0-255) | |
| image_id | Yes | ID of the image to annotate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_id | Yes | Image ID that was annotated |