_copy(const vuImage &other) | vuImage | [private] |
blit(int x=0, int y=0) | vuImage | |
clear(const byte r=0, const byte g=0, const byte b=0) | vuImage | |
elim_data(byte *rgb) | vuImage | |
get_buffer() | vuImage | |
get_difference(vuImage &img1, vuImage &img2, int *temp) | vuImage | [friend] |
get_extents(int &sizx, int &sizy) | vuImage | |
get_rgb() const | vuImage | |
get_xy(int x, int y, vuColourRGBa &col) | vuImage | |
getHeight() const | vuImage | |
getWidth() const | vuImage | |
glRender() | vuImage | |
glResize(dword width, dword height) | vuImage | |
init(int sizx, int sizy) | vuImage | |
initOpenGL() | vuImage | |
maxx | vuImage | [private] |
maxy | vuImage | [private] |
operator *=(float scale) | vuImage | |
operator+=(vuImage &other) | vuImage | |
operator=(const vuImage &other) | vuImage | |
readFromFile(const char *fileName, vuImageFormat fmt=vuBMP_RGBA) | vuImage | |
set_data(byte *rgb) | vuImage | |
set_extents(int sizx, int sizy) | vuImage | |
set_rgb(byte *rgb) | vuImage | |
set_rgb(int start, int number_copied, byte *rgb) | vuImage | |
set_xy(int x, int y, const vuColourRGBa &col) | vuImage | |
set_xy(int x, int y, unsigned char r, unsigned char g, unsigned char b) | vuImage | |
spix | vuImage | [private] |
vuBMP_GREY enum value | vuImage | |
vuBMP_RGBA enum value | vuImage | |
vuImage(dword width=0, dword height=0) | vuImage | |
vuImage(const vuImage &other) | vuImage | |
vuImageFormat enum name | vuImage | |
writeToFile(const char *fileName, vuImageFormat fmt=vuBMP_RGBA) | vuImage | |
~vuImage() | vuImage | [virtual] |