Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ defaultFramebufferAlpha
Method
defaultFramebufferAlpha
src/webgl/p5.RendererGL.js:1300–1302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1298
//////////////////////////////////////////////
1299
1300
defaultFramebufferAlpha() {
1301
return
this._pInst._glAttributes.alpha;
1302
}
1303
1304
defaultFramebufferAntialias() {
1305
return
this.supportsFramebufferAntialias()
Callers
1
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected