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

Function hardlight

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

Source from the content-addressed store, hash-verified

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}
3319function hue(img1, img2, dx, dy, alpha) {
3320 return blend(HUE, img1, img2, dx, dy, alpha);
3321}

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…