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