Color of a screen pixel: Difference between revisions

m
Fixed lang tags.
(Put in testing cat)
m (Fixed lang tags.)
Line 2:
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>MouseGetPos, MouseX, MouseY
MouseGetPosPixelGetColor, color, %MouseX%, %MouseY%</lang>
PixelGetColor, color, %MouseX%, %MouseY%
</lang>
 
=={{header|BASIC}}==
Line 61 ⟶ 59:
Only the graph screen can be read.
 
<lang ti89b>pxlTest(y, x) © returns boolean</lang>
{{omit from|R}}
Anonymous user