type image.NRGBA64
16 uses
image (current package)
image.go#L466: type NRGBA64 struct {
image.go#L476: func (p *NRGBA64) ColorModel() color.Model { return color.NRGBA64Model }
image.go#L478: func (p *NRGBA64) Bounds() Rectangle { return p.Rect }
image.go#L480: func (p *NRGBA64) At(x, y int) color.Color {
image.go#L484: func (p *NRGBA64) RGBA64At(x, y int) color.RGBA64 {
image.go#L489: func (p *NRGBA64) NRGBA64At(x, y int) color.NRGBA64 {
image.go#L505: func (p *NRGBA64) PixOffset(x, y int) int {
image.go#L509: func (p *NRGBA64) Set(x, y int, c color.Color) {
image.go#L526: func (p *NRGBA64) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L548: func (p *NRGBA64) SetNRGBA64(x, y int, c color.NRGBA64) {
image.go#L566: func (p *NRGBA64) SubImage(r Rectangle) Image {
image.go#L572: return &NRGBA64{}
image.go#L575: return &NRGBA64{
image.go#L583: func (p *NRGBA64) Opaque() bool {
image.go#L601: func NewNRGBA64(r Rectangle) *NRGBA64 {
image.go#L602: return &NRGBA64{
|
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. |