set abstract method
- Pos pos,
- 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);
Sets the pixel at the given position.
If outside the bounds of the buffer, does nothing.
void set(Pos pos, T pixel);