- contains
bool contains(vec2i point)
Undocumented in source. Be warned that the author may not have intended to support it.
- copy
void copy(Bitmap source)
copy another Bitmap of same type and dimension
- get
T get(int i, int j)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDense
bool isDense()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto opAssign(Bitmap other)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(int i, int j, T e)
Undocumented in source. Be warned that the author may not have intended to support it.
- subImage
Bitmap subImage(vec2i position, vec2i dimension)
Simple planar image implementing the Image concept. A Bitmap is mostly a triplet of (base address + dimension + stride). Data can be owned or not.