art.canvas.get_pixel
Retrieve the exact color of any pixel by providing its X and Y coordinates and canvas session ID. Use this to verify pixel colors and ensure consistent pixel-art style in 2D RPG assets.
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 |