Color of a screen pixel: Difference between revisions

Content deleted Content added
Mmphosis (talk | contribs)
Undo revision 98111 by Mmphosis (talk)
added logo
Line 144: Line 144:
CallDLL #gdi32, "GetPixel", hDC As uLong, x As long, y As long, GetPixel As long
CallDLL #gdi32, "GetPixel", hDC As uLong, x As long, y As long, GetPixel As long
End Function</lang>
End Function</lang>

=={{header|Logo}}==

CLEARSCREEN
SHOW PIXEL
[255 255 255]


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==