Color of a screen pixel: Difference between revisions

Content added Content deleted
Line 4: Line 4:


=={{header|Applesoft BASIC}}==
=={{header|Applesoft BASIC}}==
Lo-res graphics 40x48 16 colors, page 1
[http://en.wikipedia.org/wiki/Apple_II_graphics#Low-Resolution_.28Lo-Res.29_graphics Low-Resolution (Lo-Res) graphics] 40x48 16 colors, page 1
<lang Applesoft BASIC>X = PDL (0) * 5 / 32
<lang Applesoft BASIC>X = PDL (0) * 5 / 32
Y = PDL (1) * 3 / 16
Y = PDL (1) * 3 / 16