Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ min
Method
min
core/src/processing/core/PImage.java:2470–2472 ·
view source on GitHub ↗
(int a, int b)
Source
from the content-addressed store, hash-verified
2468
2469
2470
private
static
int
min(
int
a,
int
b) {
2471
return
(a < b) ? a : b;
2472
}
2473
2474
2475
private
static
int
max(
int
a,
int
b) {
Callers
15
blit_resize
Method · 0.95
filter_new_scanline
Method · 0.95
filter_bilinear
Method · 0.95
blend_blend
Method · 0.95
blend_add_pin
Method · 0.95
blend_sub_pin
Method · 0.95
blend_lightest
Method · 0.95
blend_darkest
Method · 0.95
blend_difference
Method · 0.95
blend_exclusion
Method · 0.95
blend_multiply
Method · 0.95
blend_screen
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected