MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / imSet

Function imSet

src/js/lib/canvg.js:2370–2372  ·  view source on GitHub ↗
(img, x, y, width, height, rgba, val)

Source from the content-addressed store, hash-verified

2368 }
2369
2370 function imSet(img, x, y, width, height, rgba, val) {
2371 img[y*width*4 + x*4 + rgba] = val;
2372 }
2373
2374 function blur(ctx, width, height, sigma)
2375 {

Callers 1

convolve_evenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected