set_pixel
Write a single RGBA pixel to a specific layer and frame in a LibreSprite file, enabling precise color placement during pixel art creation.
Instructions
Write one RGBA pixel to a layer/frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | ||
| b | Yes | ||
| g | Yes | ||
| r | Yes | ||
| x | Yes | ||
| y | Yes | ||
| path | Yes | ||
| frame | No | ||
| layer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |