type image.NRGBA
16 uses
image (current package)
image.go#L355: type NRGBA struct {
image.go#L365: func (p *NRGBA) ColorModel() color.Model { return color.NRGBAModel }
image.go#L367: func (p *NRGBA) Bounds() Rectangle { return p.Rect }
image.go#L369: func (p *NRGBA) At(x, y int) color.Color {
image.go#L373: func (p *NRGBA) RGBA64At(x, y int) color.RGBA64 {
image.go#L378: func (p *NRGBA) NRGBAAt(x, y int) color.NRGBA {
image.go#L389: func (p *NRGBA) PixOffset(x, y int) int {
image.go#L393: func (p *NRGBA) Set(x, y int, c color.Color) {
image.go#L406: func (p *NRGBA) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L424: func (p *NRGBA) SetNRGBA(x, y int, c color.NRGBA) {
image.go#L438: func (p *NRGBA) SubImage(r Rectangle) Image {
image.go#L444: return &NRGBA{}
image.go#L447: return &NRGBA{
image.go#L455: func (p *NRGBA) Opaque() bool {
image.go#L473: func NewNRGBA(r Rectangle) *NRGBA {
image.go#L474: return &NRGBA{
 |
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. |