setUnsafe abstract method
- Pos pos,
- T pixel
Sets the pixel at the given position without bounds checking.
If outside the bounds of the buffer, the behavior is undefined.
Implementation
void setUnsafe(Pos pos, T pixel);
Sets the pixel at the given position without bounds checking.
If outside the bounds of the buffer, the behavior is undefined.
void setUnsafe(Pos pos, T pixel);