set_layer_properties
Set visibility, opacity, blend mode, or rename a layer in an Aseprite sprite file by specifying the file path and layer name.
Instructions
Set properties on a layer (visibility, opacity, blend mode, name)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | Yes | Layer to modify | |
| newName | No | Rename the layer | |
| visible | No | Set visibility | |
| opacity | No | Set opacity (0-255) | |
| blendMode | No | Set blend mode (normal, multiply, screen, overlay, darken, lighten, color_dodge, color_burn, hard_light, soft_light, difference, exclusion, hue, saturation, color, luminosity) | |
| savePath | No | Path to save |