MCPcopy Index your code
hub / github.com/processing/processing / init

Method init

core/src/processing/core/PImage.java:246–248  ·  view source on GitHub ↗

Do not remove, see notes in the other variant.

(int width, int height, int format)

Source from the content-addressed store, hash-verified

244 * Do not remove, see notes in the other variant.
245 */
246 public void init(int width, int height, int format) { // ignore
247 init(width, height, format, 1);
248 }
249
250
251 /**

Callers 1

PImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected