function()

in toolkit/jb/shared.js [396:407]


        function(values, config, p, canvas, width, height) {
            return {
                width: width,
                height: height,
                values: values,
                canvas: canvas,
                time: new Date(),
                step: lastInlets.pixels.step,
                density: p.pixelDensity(),
                seed: lastInlets.pixels.seed
            };
        });