set_cel_opacity
Adjust the opacity of a specific cel in an Aseprite file, from fully transparent (0) to opaque (255), by specifying the filename, layer, frame index, and opacity value.
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 |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| opacity | Yes |