...
This commit is contained in:
parent
f9feb4954a
commit
36d82267bb
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func parse_background() (err error) {
|
|||
if err != nil {
|
||||
return fmt.Errorf("Invalid value for --background: %w", err)
|
||||
}
|
||||
remove_alpha = &images.NRGBColor{col.Red, col.Green, col.Blue}
|
||||
remove_alpha = &images.NRGBColor{R: col.Red, G: col.Green, B: col.Blue}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue