Warp

Mixin which implements view primitives on top of another view, using a coordinate transform function.

Members

Functions

opIndex
ViewColor!V opIndex(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
ViewColor!V opIndexAssign(ViewColor!V value, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

src
V src;
Undocumented in source.

Meta