mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-08 11:10:27 +01:00
Changed background color to white.
This commit is contained in:
parent
9890b8b8c7
commit
6588bef04a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user