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

Method saveFrame

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

Source from the content-addressed store, hash-verified

3545 /**
3546 */
3547 public void saveFrame() {
3548 g.save(savePath("screen-" + nf(frameCount, 4) + ".tif"));
3549 }
3550
3551
3552 /**

Callers

nothing calls this directly

Calls 4

savePathMethod · 0.95
nfMethod · 0.95
insertFrameMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected