Jump to content

Color of a screen pixel: Difference between revisions

Added PicoLisp
(Added PicoLisp)
Line 111:
return new Robot().getPixelColor(x, y);
}</lang>
 
=={{header|PicoLisp}}==
Using '[http://www.muquit.com/muquit/software/grabc/grabc.html grabc]'
as recommended in the C solution
<lang PicoLisp>(in '(grabc)
(mapcar hex (cdr (line NIL 1 2 2 2))) )</lang>
Output:
<pre>73,61,205
-> (73 61 205)</pre>
 
=={{header|PureBasic}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.