art.get_style
Get the active style definition or fetch a specific style version to enforce consistent pixel-art across game assets.
Instructions
Returns the active style definition. Optionally specify style_id and version to look up a specific style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Style version number. Only used with style_id. | |
| style_id | No | Style identifier (e.g. "fantasy_pixel"). Omit for active style. |