inspect_palette
Analyze color usage and contrast in Pyxel game screenshots to identify palette distribution and potential visual issues.
Instructions
Analyze color usage and contrast in a Pyxel screenshot.
Captures the screen and reports which of Pyxel's 16 colors are used, their distribution, background color, and potential contrast issues.
Args: script_path: Absolute path to the .py script to run. frames: Frame number to analyze (default: 5). timeout: Maximum seconds to wait for the script (default: 10).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | ||
| frames | No | ||
| timeout | No |