const rsc.io/qr/coding.Black
12 uses
rsc.io/qr/coding (current package)
qr.go#L223: Black Pixel = 1 << iota
qr.go#L245: if p&Black != 0 {
qr.go#L456: pix ^= Black
qr.go#L459: if pix&Black != 0 {
qr.go#L550: p |= Black
qr.go#L591: p |= Black
qr.go#L601: m[siz-8][8] = Unused.Pixel() | Black
qr.go#L624: pix |= Black
qr.go#L627: pix ^= Invert | Black
qr.go#L759: row[x] ^= Black | Invert
qr.go#L774: p |= Black
qr.go#L810: p |= Black
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |