type image.RGBA64
14 uses
image (current package)
image.go#L179: type RGBA64 struct {
image.go#L189: func (p *RGBA64) ColorModel() color.Model { return color.RGBA64Model }
image.go#L191: func (p *RGBA64) Bounds() Rectangle { return p.Rect }
image.go#L193: func (p *RGBA64) At(x, y int) color.Color {
image.go#L197: func (p *RGBA64) RGBA64At(x, y int) color.RGBA64 {
image.go#L213: func (p *RGBA64) PixOffset(x, y int) int {
image.go#L217: func (p *RGBA64) Set(x, y int, c color.Color) {
image.go#L234: func (p *RGBA64) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L252: func (p *RGBA64) SubImage(r Rectangle) Image {
image.go#L258: return &RGBA64{}
image.go#L261: return &RGBA64{
image.go#L269: func (p *RGBA64) Opaque() bool {
image.go#L287: func NewRGBA64(r Rectangle) *RGBA64 {
image.go#L288: return &RGBA64{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |