MCPcopy Index your code
hub / github.com/benfry/processing4 / sketchSmooth

Method sketchSmooth

core/src/processing/core/PApplet.java:955–957  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

953
954 // smoothing 1 is default.. 0 is none.. 2,4,8 depend on renderer
955 final public int sketchSmooth() {
956 return smooth;
957 }
958
959
960 final public boolean sketchFullScreen() {

Callers 1

setParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected