MCPcopy Create free account
hub / github.com/benfry/processing4 / init

Method init

core/src/processing/core/PImage.java:233–235  ·  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

231 * Do not remove, see notes in the other variant.
232 */
233 public void init(int width, int height, int format) { // ignore
234 init(width, height, format, 1);
235 }
236
237
238 /**

Callers 1

PImageMethod · 0.95

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected