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

Method PImage

core/src/processing/core/PImage.java:192–194  ·  view source on GitHub ↗

( begin auto-generated from PImage.xml ) Datatype for storing images. Processing can display .gif , .jpg , .tga , and .png images. Images may be displayed in 2D and 3D space. Before an image is used, it must be loaded with the loadImage() function. The PImage o

()

Source from the content-addressed store, hash-verified

190 * @see PApplet#createImage(int, int, int)
191 */
192 public PImage() {
193 format = ARGB; // default to ARGB images for release 0116
194 }
195
196
197 /**

Callers

nothing calls this directly

Calls 3

initMethod · 0.95
checkAlphaMethod · 0.95
fromNativeImageMethod · 0.95

Tested by

no test coverage detected