type image/color.YCbCr
11 uses
image/color (current package)
ycbcr.go#L167: type YCbCr struct {
ycbcr.go#L171: func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {
ycbcr.go#L232: if _, ok := c.(YCbCr); ok {
ycbcr.go#L237: return YCbCr{y, u, v}
ycbcr.go#L243: YCbCr
ycbcr.go#L298: case YCbCr:
ycbcr.go#L311: return NYCbCrA{YCbCr{Y: y, Cb: u, Cr: v}, uint8(a >> 8)}
image
ycbcr.go#L80: func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
ycbcr.go#L82: return color.YCbCr{}
ycbcr.go#L86: return color.YCbCr{
ycbcr.go#L232: color.YCbCr{
|
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. |