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

Function screen

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

Source from the content-addressed store, hash-verified

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}
3313function overlay(img1, img2, dx, dy, alpha) {
3314 return blend(OVERLAY, img1, img2, dx, dy, alpha);
3315}

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…