set_layer_opacity
Adjust the opacity of a specific layer in an Aseprite file. Specify the layer name and a value from 0 to 255 to control transparency.
Instructions
Set layer opacity by name (0-255).
Args: filename: Name of the Aseprite file to modify layer_name: Layer name to target opacity: Opacity value 0-255
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opacity | Yes | ||
| filename | Yes | ||
| layer_name | Yes |