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

Method loadImage

core/src/processing/core/PSurfaceNone.java:60–62  ·  view source on GitHub ↗
(String path, Object... args)

Source from the content-addressed store, hash-verified

58
59
60 public PImage loadImage(String path, Object... args) {
61 return ShimAWT.loadImage(sketch, path, args);
62 }
63
64
65 public void selectInput(String prompt, String callback, File file,

Callers

nothing calls this directly

Calls 1

loadImageMethod · 0.95

Tested by

no test coverage detected