type image.RGBA64
14 uses
image (current package)
image.go#L222: type RGBA64 struct {
image.go#L232: func (p *RGBA64) ColorModel() color.Model { return color.RGBA64Model }
image.go#L234: func (p *RGBA64) Bounds() Rectangle { return p.Rect }
image.go#L236: func (p *RGBA64) At(x, y int) color.Color {
image.go#L240: func (p *RGBA64) RGBA64At(x, y int) color.RGBA64 {
image.go#L256: func (p *RGBA64) PixOffset(x, y int) int {
image.go#L260: func (p *RGBA64) Set(x, y int, c color.Color) {
image.go#L277: func (p *RGBA64) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L295: func (p *RGBA64) SubImage(r Rectangle) Image {
image.go#L301: return &RGBA64{}
image.go#L304: return &RGBA64{
image.go#L312: func (p *RGBA64) Opaque() bool {
image.go#L330: func NewRGBA64(r Rectangle) *RGBA64 {
image.go#L331: return &RGBA64{
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. |