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

Method loadImage

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

Source from the content-addressed store, hash-verified

149 //
150
151 public PImage loadImage(String path, Object... args);
152
153 /**
154 * @param url the link to open

Callers 3

loadImageMethod · 0.65
loadFileSystemImageMethod · 0.65
parseMTLMethod · 0.65

Implementers 2

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.

Calls

no outgoing calls

Tested by

no test coverage detected