Use palettized images

This commit is contained in:
2020-03-19 19:02:32 +00:00
parent d50a160f02
commit 34d12edc2a
2 changed files with 12 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import "image/color"
var (
Transparent = color.RGBA{R: 0, G: 0, B: 0, A: 0}
ColorPalette = []color.RGBA{
ColorPalette = color.Palette{
Transparent,
color.RGBA{R: 128, G: 0, B: 0, A: 255},
color.RGBA{R: 0, G: 128, B: 0, A: 255},