PixMapImage

Undocumented in source.

Constructors

this
this(size_t width, size_t height, RGBColor color)
Undocumented in source.

Members

Aliases

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

Functions

array
RGBColor[] array()
Undocumented in source. Be warned that the author may not have intended to support it.
changeCapacity
void changeCapacity(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RGBColor opIndex(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RGBColor opIndex(size_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
RGBColor opIndexAssign(RGBColor color, size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
RGBColor opIndexAssign(RGBColor color, size_t x)
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