Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ min
Method
min
core/src/processing/core/PImage.java:2323–2325 ·
view source on GitHub ↗
(int a, int b)
Source
from the content-addressed store, hash-verified
2321
2322
2323
private
static
int
min(
int
a,
int
b) {
2324
return
(a < b) ? a : b;
2325
}
2326
2327
2328
private
static
int
max(
int
a,
int
b) {
Callers
15
blitResize
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