transparent was also zero, needs to have values set.
This commit is contained in:
parent
f986c3c075
commit
0cbdb3d88c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ var (
|
||||||
ColorAlternateLightGray = drawing.Color{R: 187, G: 190, B: 191, A: 255}
|
ColorAlternateLightGray = drawing.Color{R: 187, G: 190, B: 191, A: 255}
|
||||||
|
|
||||||
// ColorTransparent is a transparent (alpha zero) color.
|
// ColorTransparent is a transparent (alpha zero) color.
|
||||||
ColorTransparent = drawing.Color{R: 0, G: 0, B: 0, A: 0}
|
ColorTransparent = drawing.Color{R: 1, G: 1, B: 1, A: 0}
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue