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

Method max

core/src/processing/core/PImage.java:2328–2330  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

2326
2327
2328 private static int max(int a, int b) {
2329 return (a > b) ? a : b;
2330 }
2331
2332
2333 /////////////////////////////////////////////////////////////

Callers 3

blend_sub_pinMethod · 0.95
blend_lightestMethod · 0.95
filterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected