Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_pin
Method · 0.95
blend_lightest
Method · 0.95
filter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected