set_layer_blend_mode
Set a layer's blend mode in an Aseprite file to change how it blends with layers underneath. Specify filename, layer name, and mode.
Instructions
Set a layer's blend mode.
Args: filename: Aseprite file to modify layer_name: Layer to modify mode: One of: normal, darken, multiply, color_burn, lighten, screen, color_dodge, addition, overlay, soft_light, hard_light, difference, exclusion, subtract, divide, hue, saturation, color, luminosity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| filename | Yes | ||
| layer_name | Yes |