Color of a screen pixel: Difference between revisions

Content added Content deleted
(Undo revision 98111 by Mmphosis (talk))
(added logo)
Line 144:
CallDLL #gdi32, "GetPixel", hDC As uLong, x As long, y As long, GetPixel As long
End Function</lang>
 
=={{header|Logo}}==
 
CLEARSCREEN
SHOW PIXEL
[255 255 255]
 
=={{header|PicoLisp}}==