set abstract method

void set(
  1. Pos pos,
  2. T pixel
)

Sets the pixel at the given position.

If outside the bounds of the buffer, does nothing.

Implementation

void set(Pos pos, T pixel);