set_cel_opacity
Set the opacity of a specific cel in an Aseprite sprite, adjusting transparency for a given layer and frame.
Instructions
Set the opacity of a cel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | Yes | Layer name | |
| frameNumber | No | Frame number (1-indexed, default: 1) | |
| opacity | Yes | Opacity (0-255) | |
| savePath | No | Path to save |