get_pixel
Retrieve the color of a single pixel on a canvas by specifying X and Y coordinates, with an optional canvas name.
Instructions
Get the color of a single pixel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| canvas | No | Canvas name | default |