art.canvas.get_pixel
Get the color value of a single pixel at specified X and Y coordinates on a canvas to inspect or validate pixel art colors.
Instructions
Read the color of a single pixel on the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| session_id | Yes | Canvas session ID |