- blit
auto blit(Image im, uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
- clean
void clean()
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
auto dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- flip
auto flip()
Undocumented in source. Be warned that the author may not have intended to support it.
- mirror
auto mirror()
Undocumented in source. Be warned that the author may not have intended to support it.
- normalizeTransparentPixels
void normalizeTransparentPixels()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ref opIndex(uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto opIndex(uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
auto resize(uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
auto save(ubyte format)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveToFile
void saveToFile(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveToFile
void saveToFile(string name, ubyte format)
Undocumented in source. Be warned that the author may not have intended to support it.
- subImage
auto subImage(uint x, uint y, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
- toMipmaps
auto toMipmaps()
Undocumented in source. Be warned that the author may not have intended to support it.