|
@@ -72,10 +72,6 @@ func (q *QR) Create() (*imagick.MagickWand, error) {
|
|
|
}
|
|
|
|
|
|
qr.DisableBorder = true
|
|
|
-
|
|
|
- qr.ForegroundColor = color.RGBA{R: 0x33, G: 0x33, B: 0x66, A: 0xff}
|
|
|
- qr.BackgroundColor = color.RGBA{R: 0xef, G: 0xef, B: 0xef, A: 0xff}
|
|
|
-
|
|
|
qr.ForegroundColor = frontColor
|
|
|
qr.BackgroundColor = backgroundColor
|
|
|
|