|
Sprites for Processing
V2.1
|
Public Member Functions | |
| ImageInfo (PImage img, int c, int r) | |
| ImageInfo (PImage img, PImage mask, int c, int r) | |
Public Attributes | |
| int | nbrRows |
| int | nbrCols |
| PImage | image |
| PImage | alphaMask |
CLASS FOR INTERNAL USE ONLY
used to remember the details about the image to prevent multiple copies of same image being loaded and stored.
| sprites.ImageInfo.ImageInfo | ( | PImage | img, |
| int | c, | ||
| int | r | ||
| ) |
INTERNAL USE ONLY
| img | |
| c | |
| r |
| sprites.ImageInfo.ImageInfo | ( | PImage | img, |
| PImage | mask, | ||
| int | c, | ||
| int | r | ||
| ) |
INTERNAL USE ONLY
| img | |
| mask | |
| c | |
| r |