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

Function hue

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

Source from the content-addressed store, hash-verified

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}
3322
3323/*--- IMAGE FILTERS | LIGHT ------------------------------------------------------------------------*/
3324

Callers

nothing calls this directly

Calls 1

blendFunction · 0.85

Tested by

no test coverage detected