getUnsafe abstract method

T getUnsafe(
  1. 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);