- addBitmap
void addBitmap(void[] data, int x, int y, string bitDepth, string ID, string format)
Undocumented in source. Be warned that the author may not have intended to support it.
- addBitmap
void addBitmap(ushort[] data, int x, int y, string bitDepth, string ID, string format)
Undocumented in source. Be warned that the author may not have intended to support it.
- addBitmap
void addBitmap(ubyte[] data, int x, int y, string bitDepth, string ID, string format, ReplaceData rd)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPalette
void addPalette(void[] data, string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- get16bitBitmap
ushort[] get16bitBitmap(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- get8bitBitmap
ubyte[] get8bitBitmap(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBitDepth
string getBitDepth(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBitmap
void[] getBitmap(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBitmap
ubyte[] getBitmap(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBitmapRaw
void[] getBitmapRaw(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFormat
string getFormat(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIDs
string[] getIDs()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPalette
void[] getPalette(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPaletteMode
string getPaletteMode(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getXsize
int getXsize(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getXsize
int getXsize(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- getYsize
int getYsize(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getYsize
int getYsize(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadFile
void loadFile()
Undocumented in source. Be warned that the author may not have intended to support it.
- removePalette
void removePalette(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveFile
void saveFile()
Undocumented in source. Be warned that the author may not have intended to support it.
- saveFile
void saveFile(string f)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFileName
void setFileName(string s)
Undocumented in source. Be warned that the author may not have intended to support it.