Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ colorMode
Method
colorMode
core/src/processing/core/PShape.java:3433–3435 ·
view source on GitHub ↗
(int mode)
Source
from the content-addressed store, hash-verified
3431
3432
3433
public
void
colorMode(
int
mode) {
3434
colorMode(mode, colorModeX, colorModeY, colorModeZ, colorModeA);
3435
}
3436
3437
/**
3438
* @param max range
for
all color elements
Callers
6
PShape
Method · 0.95
rawPolys
Method · 0.45
rawSortedPolys
Method · 0.45
rawLines
Method · 0.45
rawPoints
Method · 0.45
PShapeOpenGL
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected