Color of a screen pixel: Difference between revisions

Content added Content deleted
No edit summary
Line 5: Line 5:
=={{header|Applesoft BASIC}}==
=={{header|Applesoft BASIC}}==
Lo-res graphics 40x48 16 colors, page 1
Lo-res graphics 40x48 16 colors, page 1
<lang Applesoft BASIC>COLOR= SCRN( X,Y)</lang>
<lang Applesoft BASIC>X = PDL (0) * 5 / 32
Y = PDL (1) * 3 / 16
COLOR= SCRN( X,Y)</lang>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==