setUnsafe abstract method

void setUnsafe(
  1. Pos pos,
  2. 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);