MCPcopy Index your code
hub / github.com/clips/pattern / multiply

Function multiply

pattern/canvas.js:3307–3309  ·  view source on GitHub ↗
(img1, img2, dx, dy, alpha)

Source from the content-addressed store, hash-verified

3305 return blend(DARKEN, img1, img2, dx, dy, alpha);
3306}
3307function multiply(img1, img2, dx, dy, alpha) {
3308 return blend(MULTIPLY, img1, img2, dx, dy, alpha);
3309}
3310function screen(img1, img2, dx, dy, alpha) {
3311 return blend(SCREEN, img1, img2, dx, dy, alpha);
3312}

Callers

nothing calls this directly

Calls 1

blendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…