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