FarbfeldImage

Undocumented in source.

Constructors

this
this(uint width, uint height, RGBAColor color)
Undocumented in source.

Members

Aliases

height
alias height = getHeight
Undocumented in source.
width
alias width = getWidth
Undocumented in source.

Functions

array
RGBAColor[] array()
Undocumented in source. Be warned that the author may not have intended to support it.
array
void array(RGBAColor[] image)
Undocumented in source. Be warned that the author may not have intended to support it.
changeCapacity
void changeCapacity(uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RGBAColor opIndex(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RGBAColor opIndex(size_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
RGBAColor opIndexAssign(RGBAColor color, size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
RGBAColor opIndexAssign(RGBAColor color, size_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta