Documentation ¶
Overview ¶
Exercise 1.5: Change the Lissajous program’s color palette to green on black,for added authenticity. To create the web color #RRGGBB, use color.RGBA{0xRR,0xGG, 0xBB, 0xff}, where each pair of hexadecimal digits represents the intensity of the red, green, or blue com- ponent of the pixel.
Click to show internal directories.
Click to hide internal directories.