Draw a pixel: Difference between revisions

Content added Content deleted
Line 744: Line 744:
The color of the pixel at (100, 100) is red.
The color of the pixel at (100, 100) is red.
</pre>
</pre>
Create a PNG image?

::<lang go>package main
::<lang go>package main


Line 768: Line 768:
}
}
</lang>
</lang>
Interpret the question as a GUI "window" rather than an image?
GUI "window" rather than an image?


::<lang go>package main
::<lang go>package main