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

Function imGet

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

Source from the content-addressed store, hash-verified

2364 }
2365
2366 function imGet(img, x, y, width, height, rgba) {
2367 return img[y*width*4 + x*4 + rgba];
2368 }
2369
2370 function imSet(img, x, y, width, height, rgba, val) {
2371 img[y*width*4 + x*4 + rgba] = val;

Callers 1

convolve_evenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected