Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable LIGHTING_LEVELSConst

    LIGHTING_LEVELS: Readonly<
        {
            BRIGHT: 2;
            BRIGHTEST: 3;
            DARKNESS: -2;
            DIM: 1;
            HALFDARK: -1;
            UNLIT: 0;
        },
    > = ...

    The lighting illumination levels which are supported.