MCPcopy Create free account
hub / github.com/breck7/scroll / blurv

Function blurv

external/.d3.js:157–161  ·  view source on GitHub ↗
(blur, T, S, w, h)

Source from the content-addressed store, hash-verified

155}
156
157function blurv(blur, T, S, w, h) {
158 for (let x = 0, n = w * h; x < w; ++x) {
159 blur(T, S, x, x + n, w);
160 }
161}
162
163function blurfImage(radius) {
164 const blur = blurf(radius);

Callers 1

Blur2Function · 0.85

Calls 1

blurFunction · 0.85

Tested by

no test coverage detected