MCPcopy 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

loadTextureImplMethod · 0.80
createPTextureMethod · 0.80
checkTextureMethod · 0.80
wrapBackTextureMethod · 0.80
wrapFrontTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected