IMAGE Class
IMAGE Class
CmImage(char *fname)
CmImage(int imgw, int imgh, int np)
virtual ~CmImage(void)
void install(void)
void uninstall(void)
int getWidth(void)
int getHeight(void)
int getNColors(void)
int getNPlanes(void)
void getPixelRGB(int x, int y, int *pr, int *pg, int *pb)
void setPixelRGB(int x, int y, int r, int g, int b)
int getPixelIndex(int x, int y)
void setPixelIndex(int x, int y, int i)
Copyright 1996-1998 Vincenzo Morello
generated by doc++