type image.YCbCr
22 uses
image (current package)
ycbcr.go#L54: type YCbCr struct {
ycbcr.go#L62: func (p *YCbCr) ColorModel() color.Model {
ycbcr.go#L66: func (p *YCbCr) Bounds() Rectangle {
ycbcr.go#L70: func (p *YCbCr) At(x, y int) color.Color {
ycbcr.go#L74: func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
ycbcr.go#L89: func (p *YCbCr) YOffset(x, y int) int {
ycbcr.go#L95: func (p *YCbCr) COffset(x, y int) int {
ycbcr.go#L114: func (p *YCbCr) SubImage(r Rectangle) Image {
ycbcr.go#L120: return &YCbCr{
ycbcr.go#L126: return &YCbCr{
ycbcr.go#L137: func (p *YCbCr) Opaque() bool {
ycbcr.go#L169: func NewYCbCr(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr {
ycbcr.go#L185: return &YCbCr{
ycbcr.go#L200: YCbCr
ycbcr.go#L245: YCbCr: YCbCr{
ycbcr.go#L254: YCbCr: YCbCr{
ycbcr.go#L306: YCbCr: YCbCr{
image/internal/imageutil
impl.go#L16: func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {
image/jpeg
reader.go#L126: img3 *image.YCbCr
scan.go#L41: d.img3 = m.SubImage(image.Rect(0, 0, d.width, d.height)).(*image.YCbCr)
writer.go#L445: func yCbCrToYCbCr(m *image.YCbCr, p image.Point, yBlock, cbBlock, crBlock *block) {
writer.go#L537: ycbcr, _ := m.(*image.YCbCr)
 |
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. |