MCPcopy Create free account
hub / github.com/benfry/processing4 / blendColor

Method blendColor

core/src/processing/core/PApplet.java:9640–9642  ·  view source on GitHub ↗
(int c1, int c2, int mode)

Source from the content-addressed store, hash-verified

9638
9639
9640 static public int blendColor(int c1, int c2, int mode) {
9641 return PImage.blendColor(c1, c2, mode);
9642 }
9643
9644
9645

Callers

nothing calls this directly

Calls 1

blendColorMethod · 0.95

Tested by

no test coverage detected