Expand description
P7.7 — Unified spectral-operator API surface. P7.7 — Unified spectral-operator API surface.
One entry point for all spectral operations: colour projection, gamut mapping, metamers, spectral blend, and audio time-frequency surfaces.
The SpectralOperator struct is a zero-allocation facade that dispatches
to the specialised submodules. It is the single API surface that the
renderer, audio engine, and export pipeline call.
§Determinism
All operations are deterministic: identical inputs → bit-identical outputs.
Structs§
- Spectral
Operator - Unified spectral operator — the single entry point for all spectral operations in the Qualia engine.