Warp

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

Members

Functions

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

Variables

src
V src;

Underlying source view.

Meta