Image

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(void[] data)
Undocumented in source.
this
this(uint w, uint h, const(void)[] data)
Undocumented in source.
this
this(Image im)
Undocumented in source.

Members

Functions

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.

Properties

h
auto h [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
w
auto w [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta