set_layer_blend_mode
Change the blend mode of a specific layer in an Aseprite file. Supports modes like normal, multiply, screen, overlay, and more.
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 |