LightSourceAnimationConfig: Record<
    string,
    {
        animation: Function;
        backgroundShader?: typeof AdaptiveBackgroundShader;
        colorationShader: typeof AdaptiveColorationShader;
        illuminationShader?: typeof AdaptiveIlluminationShader;
        label: string;
    },
>

A light source animation configuration object.