type image.NRGBA64
14 uses
image (current package)
image.go#L400: type NRGBA64 struct {
image.go#L410: func (p *NRGBA64) ColorModel() color.Model { return color.NRGBA64Model }
image.go#L412: func (p *NRGBA64) Bounds() Rectangle { return p.Rect }
image.go#L414: func (p *NRGBA64) At(x, y int) color.Color {
image.go#L418: func (p *NRGBA64) NRGBA64At(x, y int) color.NRGBA64 {
image.go#L434: func (p *NRGBA64) PixOffset(x, y int) int {
image.go#L438: func (p *NRGBA64) Set(x, y int, c color.Color) {
image.go#L455: func (p *NRGBA64) SetNRGBA64(x, y int, c color.NRGBA64) {
image.go#L473: func (p *NRGBA64) SubImage(r Rectangle) Image {
image.go#L479: return &NRGBA64{}
image.go#L482: return &NRGBA64{
image.go#L490: func (p *NRGBA64) Opaque() bool {
image.go#L508: func NewNRGBA64(r Rectangle) *NRGBA64 {
image.go#L509: return &NRGBA64{
![]() |
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. |