get_pixel
Retrieve the color value of a specific pixel from a pixel art project by specifying coordinates, project ID, and optional layer and frame indices.
Instructions
Get the color of a pixel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier | |
| layerIndex | No | Layer index (default: 0) | |
| frameIndex | No | Frame index (default: 0) | |
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |