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

Method PImage

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

()

Source from the content-addressed store, hash-verified

202 * @see PApplet#createImage(int, int, int)
203 */
204 public PImage() {
205 format = ARGB; // default to ARGB images for release 0116
206 pixelDensity = 1;
207 }
208
209
210 /**

Callers

nothing calls this directly

Calls 6

initMethod · 0.95
opaqueMethod · 0.95
getWidthMethod · 0.45
getHeightMethod · 0.45
getTypeMethod · 0.45
getRasterMethod · 0.45

Tested by

no test coverage detected