SafeWarp

Similar to Warp, but allows warped coordinates to go out of bounds.

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

defaultColor
ViewColor!V defaultColor;

Return this color when out-of-bounds.

src
V src;

Underlying source view.

Meta