get_pixel_color
Retrieve the RGBA color value of a pixel at specified coordinates from a selected layer and frame in an Aseprite file.
Instructions
Read the RGBA color of a single pixel.
Args: filename: Aseprite file to read x: X coordinate y: Y coordinate layer_name: Layer to read from (uses active layer when empty) frame_index: Frame index starting at 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| x | Yes | ||
| y | Yes | ||
| layer_name | No | ||
| frame_index | No |