Saxonberg Server API
    Preparing search index...

    A single contributor to a Light total. Used by the renderer to attribute prose to specific sources ("by the candlelight, the fireplace…"). Carries the source's stuffId so the description layer can resolve a display name on demand. flux is the source's lumen contribution; colorTemperature is its color temperature in Kelvin (numeric, nullable). The naming reserves bare color for a future abstraction layer above color temperature; concrete Kelvin values always carry "temperature" in the name.

    interface LightSourceRef {
        colorTemperature: number | null;
        flux: number;
        stuffId: string;
    }
    Index

    Properties

    colorTemperature: number | null
    flux: number
    stuffId: string