_aspect | Texture | [protected] |
_filename | Texture | [protected] |
_glAlphaName | Texture | [protected] |
_glname | Texture | [protected] |
_hasRealAlpha | Texture | [protected] |
_height | Texture | [protected] |
_isStencil | Texture | [protected] |
_name | Texture | [protected] |
_texels | Texture | [protected] |
_texType | Texture | [protected] |
_width | Texture | [protected] |
aspect() const | Texture | [inline] |
bindChangesToGL() | Texture | |
contextInit() | Texture | |
expandToRGBA() | Texture | |
filename() const | Texture | [inline] |
fill(Color c) | Texture | [inline] |
getPixel(int w, int h) | Texture | [inline] |
glAlphaName() | Texture | [inline] |
glName() | Texture | [inline] |
hasRealAlpha() const | Texture | [inline] |
height() const | Texture | [inline] |
isStencil() const | Texture | [inline] |
load(str_ptr filename) | Texture | |
loadPNM(const char *fname) | Texture | |
loadRGB(const char *fname) | Texture | |
loadTarga(const char *fname) | Texture | |
name() const | Texture | [inline] |
pixelPtr(int w, int h) | Texture | [inline] |
print() | Texture | [inline] |
printRow(int h) | Texture | [inline] |
replaceCol(Color col1, Color col2) | Texture | |
save(str_ptr filename) | Texture | |
saveTarga(const char *fname) | Texture | |
setHasRealAlpha(const int a) | Texture | [inline] |
setPixel(int w, int h, Color c) | Texture | [inline] |
setStencil(const int sten) | Texture | [inline] |
Texture(str_ptr name, int texType, int width, int height) | Texture | |
Texture(str_ptr filename, str_ptr name, bool hasRealAlpha=false, int isStencil=false) | Texture | |
type() const | Texture | [inline] |
width() const | Texture | [inline] |
~Texture() | Texture | [virtual] |