type image.NYCbCrA
12 uses
image (current package)
ycbcr.go#L205: type NYCbCrA struct {
ycbcr.go#L211: func (p *NYCbCrA) ColorModel() color.Model {
ycbcr.go#L215: func (p *NYCbCrA) At(x, y int) color.Color {
ycbcr.go#L219: func (p *NYCbCrA) RGBA64At(x, y int) color.RGBA64 {
ycbcr.go#L224: func (p *NYCbCrA) NYCbCrAAt(x, y int) color.NYCbCrA {
ycbcr.go#L243: func (p *NYCbCrA) AOffset(x, y int) int {
ycbcr.go#L249: func (p *NYCbCrA) SubImage(r Rectangle) Image {
ycbcr.go#L255: return &NYCbCrA{
ycbcr.go#L264: return &NYCbCrA{
ycbcr.go#L280: func (p *NYCbCrA) Opaque() bool {
ycbcr.go#L299: func NewNYCbCrA(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA {
ycbcr.go#L316: return &NYCbCrA{
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. |