Colors VI (#30)
Jonathan Frech
This sixth version of my “Colors” program has only a few improvements. At first it uses a different method to change the individual pixels. Instead of using pygame.PixelArray()
it calls on the surface .set_at()
. Also you get an indicator if it has finished drawing (to be seen in the caption). At last it always — not needing a user input — saves the drawing if it is finished.
To get more information on my “Colors” program, see “Colors V”.



Source code: colors-vi.py
Image generation snippets: colors-vi_snippet-1.py, colors-vi_snippet-2.py, colors-vi_snippet-3.py