Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ sketchSmooth
Method
sketchSmooth
core/src/processing/core/PApplet.java:1075–1077 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1073
// }
1074
// smoothing 1 is default.. 0 is none.. 2,4,8 depend on renderer
1075
final
public
int
sketchSmooth() {
1076
return
smooth;
1077
}
1078
1079
1080
final
public
boolean sketchFullScreen() {
Callers
2
start
Method · 0.95
setParent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected