MCPcopy Index your code
hub / github.com/processing/processing / blendColor

Method blendColor

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

Source from the content-addressed store, hash-verified

10520
10521
10522 static public int blendColor(int c1, int c2, int mode) {
10523 return PImage.blendColor(c1, c2, mode);
10524 }
10525
10526
10527

Callers

nothing calls this directly

Calls 1

blendColorMethod · 0.95

Tested by

no test coverage detected