adjust_hsl_native
Adjust hue, saturation, and lightness of a layer or region in an Aseprite file using native quality filtering.
Instructions
Native Hue/Saturation/Lightness filter (engine-quality vs adjust_hsl).
Args: filename: Aseprite file to modify layer_name: layer to adjust (empty = active layer) frame_index: 1-based frame hue: -180..180 (degrees) saturation: -100..100 lightness: -100..100 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 | ||
| hue | No | ||
| saturation | No | ||
| lightness | No | ||
| x | No | ||
| y | No | ||
| width | No | ||
| height | No |