invert_colors
Invert colors in an Aseprite file to create negative or complementary effects. Target specific layers, frames, or rectangular regions for precise color inversion.
Instructions
Native colour inversion (app.command.InvertColor).
Args: filename: Aseprite file to modify layer_name: layer to invert (empty = active layer) frame_index: 1-based frame x, y, width, height: optional region (width>0 & height>0 to scope)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | No | ||
| frame_index | No | ||
| x | No | ||
| y | No | ||
| width | No | ||
| height | No |