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

Method copy

core/src/processing/core/PImage.java:660–662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658
659
660 public PImage copy() {
661 return get(0, 0, pixelWidth, pixelHeight);
662 }
663
664
665 /**

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
blendMethod · 0.95

Tested by

no test coverage detected