ImageRangeObject

Undocumented in source.

Constructors

this
this(R range)
Undocumented in source.

Members

Functions

moveFront
E moveFront()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(E) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, E) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
E opIndex(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

channelCount
size_t channelCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
colorSpace
const(ColorSpace*) colorSpace [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
E front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
size_t height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
size_t width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta