Sprites for Processing  V2.1
 All Classes Functions Variables
sprites.ImageInfo Class Reference

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
 

Detailed Description

CLASS FOR INTERNAL USE ONLY

used to remember the details about the image to prevent multiple copies of same image being loaded and stored.

Author
Peter Lager

Constructor & Destructor Documentation

sprites.ImageInfo.ImageInfo ( PImage  img,
int  c,
int  r 
)

INTERNAL USE ONLY

Parameters
img
c
r
sprites.ImageInfo.ImageInfo ( PImage  img,
PImage  mask,
int  c,
int  r 
)

INTERNAL USE ONLY

Parameters
img
mask
c
r

The documentation for this class was generated from the following file: