Expand description
External palette file inclusion support
Supports the @include:path syntax for including palettes from external files.
Paths are resolved relative to the including file’s directory.
Enums§
- Include
Error - Error type for include resolution failures.
Constants§
- INCLUDE_
PREFIX - The prefix for include syntax
Functions§
- extract_
include_ path - Extract the path from an include reference.
- is_
include_ ref - Check if a palette reference is an include reference.
- resolve_
include - Resolve an include reference to a Palette.
- resolve_
include_ with_ detection - Resolve an include reference with circular include detection.