type image.RGBA64
14 uses
image (current package)
image.go#L238: type RGBA64 struct {
image.go#L248: func (p *RGBA64) ColorModel() color.Model { return color.RGBA64Model }
image.go#L250: func (p *RGBA64) Bounds() Rectangle { return p.Rect }
image.go#L252: func (p *RGBA64) At(x, y int) color.Color {
image.go#L256: func (p *RGBA64) RGBA64At(x, y int) color.RGBA64 {
image.go#L272: func (p *RGBA64) PixOffset(x, y int) int {
image.go#L276: func (p *RGBA64) Set(x, y int, c color.Color) {
image.go#L293: func (p *RGBA64) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L311: func (p *RGBA64) SubImage(r Rectangle) Image {
image.go#L317: return &RGBA64{}
image.go#L320: return &RGBA64{
image.go#L328: func (p *RGBA64) Opaque() bool {
image.go#L346: func NewRGBA64(r Rectangle) *RGBA64 {
image.go#L347: return &RGBA64{
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |