type image.NRGBA
14 uses
image (current package)
image.go#L296: type NRGBA struct {
image.go#L306: func (p *NRGBA) ColorModel() color.Model { return color.NRGBAModel }
image.go#L308: func (p *NRGBA) Bounds() Rectangle { return p.Rect }
image.go#L310: func (p *NRGBA) At(x, y int) color.Color {
image.go#L314: func (p *NRGBA) NRGBAAt(x, y int) color.NRGBA {
image.go#L325: func (p *NRGBA) PixOffset(x, y int) int {
image.go#L329: func (p *NRGBA) Set(x, y int, c color.Color) {
image.go#L342: func (p *NRGBA) SetNRGBA(x, y int, c color.NRGBA) {
image.go#L356: func (p *NRGBA) SubImage(r Rectangle) Image {
image.go#L362: return &NRGBA{}
image.go#L365: return &NRGBA{
image.go#L373: func (p *NRGBA) Opaque() bool {
image.go#L391: func NewNRGBA(r Rectangle) *NRGBA {
image.go#L392: return &NRGBA{
![]() |
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. |