Hi, does anyone know a way I could use the graphics method to fill only one pixel on the screen with a solid color?

For example, if I wanted to fill pixel (100, 100) and make it green, how would I do this or is it even possible?

All the graphics functions seem to only be able to work if you give it two seperate points, but I just want to fill one.

Any help appreciated.