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

Function blurh

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

Source from the content-addressed store, hash-verified

149}
150
151function blurh(blur, T, S, w, h) {
152 for (let y = 0, n = w * h; y < n;) {
153 blur(T, S, y, y += w, 1);
154 }
155}
156
157function blurv(blur, T, S, w, h) {
158 for (let x = 0, n = w * h; x < w; ++x) {

Callers 1

Blur2Function · 0.85

Calls 1

blurFunction · 0.85

Tested by

no test coverage detected