image/jpeg.component.c (field)
8 uses
image/jpeg (current package)
reader.go#L36: c uint8 // Component identifier.
reader.go#L335: d.comp[i].c = d.tmp[6+3*i]
reader.go#L339: if d.comp[i].c == d.comp[j].c {
reader.go#L755: return d.comp[0].c == 'R' && d.comp[1].c == 'G' && d.comp[2].c == 'B'
scan.go#L75: if cs == comp.c {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |