Surface

Undocumented in source.

Constructors

this
this(T width, U height, RGBColor rgbColor)
Undocumented in source.

Members

Functions

getPixels
auto getPixels()
Undocumented in source. Be warned that the author may not have intended to support it.
getPixelsRange
auto getPixelsRange()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RGBColor opIndex(T i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
RGBColor opIndex(T i, U j)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(RGBColor rgbColor, T i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(RGBColor rgbColor, T i, U j)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dup
Surface dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
idup
immutable(Surface) idup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta