set_layer_opacity
Set the opacity of a named layer in an Aseprite file. Provide the filename, layer name, and an opacity value from 0 (transparent) to 255 (opaque).
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 |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| opacity | Yes |