Saxonberg Server API
    Preparing search index...

    Public percept shape — what perceiveFor returns. Carries the viewer-shifted band and a reference back to the raw signal for consumers that need both.

    interface VisionPercept {
        band: "pitch-black" | "very-dim" | "dim" | "lit" | "bright" | "blinding";
        signal: Light;
    }
    Index

    Properties

    Properties

    band: "pitch-black" | "very-dim" | "dim" | "lit" | "bright" | "blinding"
    signal: Light