Changed background color to white.

This commit is contained in:
Sascha L. Teichmann 2014-09-11 03:27:37 +02:00
parent 9890b8b8c7
commit 6588bef04a

View File

@ -87,7 +87,7 @@ func main() {
}
image := renderer.CreateImage(
colors.Colors, color.RGBA{R: 0, G: 0, B: 0, A: 0xff})
colors.Colors, color.RGBA{R: 0xff, G: 0xff, B: 0xff, A: 0xff})
if err = SaveAsPNG(outfile, image); err != nil {
log.Fatalf("writing image failed: %s", err)