set_cel_opacity
Set the opacity of a specific cel in an Aseprite file. Provide the file, layer, frame index, and opacity value (0-255) to control transparency.
Instructions
Set the opacity of a single cel (0-255).
Args: filename: Aseprite file to modify layer_name: Layer containing the cel frame_index: Frame index starting at 1 opacity: Opacity 0 (transparent) to 255 (opaque)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opacity | Yes | ||
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes |