Exercise 1.5 (P15)
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, gree, or blue
component of the pixel.