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

Method max

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

Source from the content-addressed store, hash-verified

2473
2474
2475 private static int max(int a, int b) {
2476 return (a > b) ? a : b;
2477 }
2478
2479
2480 /////////////////////////////////////////////////////////////

Callers 3

blend_sub_pinMethod · 0.95
blend_lightestMethod · 0.95
filterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected