Creation of an off-screen bitmap buffer (cont'd)
Documentation for the create_bitmap function points out:
"The image memory will not be cleared, so it will probably contain garbage: you should clear the bitmap before using it."
Existing garbage isn't a problem in this program.
Program stores a new color values in every pixel in the bitmap before copying it to the computer screen.