Draw a pixel: Difference between revisions

Content added Content deleted
No edit summary
m (Wee Basic has been added.)
Line 633: Line 633:
sl.Line.ForeColor.RGB = RGB(Red:=255, Green:=0, Blue:=0)
sl.Line.ForeColor.RGB = RGB(Red:=255, Green:=0, Blue:=0)
End Sub</lang>
End Sub</lang>

=={{header|Wee Basic}}==
Since the resolution of the Nintendo DS's bottom screen is only 256×192 (the same applies to the top screen), the window requirement is out, but the pixel is easy:
<lang Wee Basic>keyhide
plot <s> <x>,<y>,<colour>
end</lang>


=={{header|ZX Spectrum Basic}}==
=={{header|ZX Spectrum Basic}}==