type image.YCbCr
18 uses
image (current package)
ycbcr.go#L55: type YCbCr struct {
ycbcr.go#L63: func (p *YCbCr) ColorModel() color.Model {
ycbcr.go#L67: func (p *YCbCr) Bounds() Rectangle {
ycbcr.go#L71: func (p *YCbCr) At(x, y int) color.Color {
ycbcr.go#L75: func (p *YCbCr) RGBA64At(x, y int) color.RGBA64 {
ycbcr.go#L80: func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {
ycbcr.go#L95: func (p *YCbCr) YOffset(x, y int) int {
ycbcr.go#L101: func (p *YCbCr) COffset(x, y int) int {
ycbcr.go#L120: func (p *YCbCr) SubImage(r Rectangle) Image {
ycbcr.go#L126: return &YCbCr{
ycbcr.go#L132: return &YCbCr{
ycbcr.go#L143: func (p *YCbCr) Opaque() bool {
ycbcr.go#L175: func NewYCbCr(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr {
ycbcr.go#L191: return &YCbCr{
ycbcr.go#L206: YCbCr
ycbcr.go#L256: YCbCr: YCbCr{
ycbcr.go#L265: YCbCr: YCbCr{
ycbcr.go#L317: YCbCr: 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. |