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

Function overlay

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

Source from the content-addressed store, hash-verified

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}
3316function hardlight(img1, img2, dx, dy, alpha) {
3317 return blend(HARDLIGHT, img1, img2, dx, dy, alpha);
3318}

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…