type image.NRGBA64
16 uses
image (current package)
image.go#L482: type NRGBA64 struct {
image.go#L492: func (p *NRGBA64) ColorModel() color.Model { return color.NRGBA64Model }
image.go#L494: func (p *NRGBA64) Bounds() Rectangle { return p.Rect }
image.go#L496: func (p *NRGBA64) At(x, y int) color.Color {
image.go#L500: func (p *NRGBA64) RGBA64At(x, y int) color.RGBA64 {
image.go#L505: func (p *NRGBA64) NRGBA64At(x, y int) color.NRGBA64 {
image.go#L521: func (p *NRGBA64) PixOffset(x, y int) int {
image.go#L525: func (p *NRGBA64) Set(x, y int, c color.Color) {
image.go#L542: func (p *NRGBA64) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L564: func (p *NRGBA64) SetNRGBA64(x, y int, c color.NRGBA64) {
image.go#L582: func (p *NRGBA64) SubImage(r Rectangle) Image {
image.go#L588: return &NRGBA64{}
image.go#L591: return &NRGBA64{
image.go#L599: func (p *NRGBA64) Opaque() bool {
image.go#L617: func NewNRGBA64(r Rectangle) *NRGBA64 {
image.go#L618: return &NRGBA64{
 |
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. |