draw_pixels
Set individual pixel colors on a specific layer and frame of an Aseprite sprite.
Instructions
Draw individual pixels on a specific layer and frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | No | Target layer name | |
| frameNumber | No | Frame number (1-indexed, default: 1) | |
| pixels | Yes | Array of pixels to draw | |
| savePath | No | Path to save |