set_layer_opacity
Adjust the opacity of a specific layer in an Aseprite file by providing its name and an opacity value from 0 to 255.
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 |