Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ colorBuffer
Method
colorBuffer
core/src/processing/opengl/Texture.java:1196–1198 ·
view source on GitHub ↗
(boolean value)
Source
from the content-addressed store, hash-verified
1194
1195
1196
public
void
colorBuffer(boolean value) {
1197
colorBuffer = value;
1198
}
1199
1200
1201
public
boolean colorBuffer() {
Callers
5
loadTextureImpl
Method · 0.80
createPTexture
Method · 0.80
checkTexture
Method · 0.80
wrapBackTexture
Method · 0.80
wrapFrontTexture
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected