set_pixel_at
Description:
Sets a pixel in the framebuffer at (x, y) to the value in src.
The number of bytes in src is determined by the remote pixel format
Parameters:
| this |
the framebuffer object |
| src |
the new pixel data |
| x |
the horizontal pixel to set |
| y |
the vertical pixel to set |