( 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
()
| 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 | /** |
nothing calls this directly
no test coverage detected