type image.NRGBA
16 uses
image (current package)
image.go#L339: type NRGBA struct {
image.go#L349: func (p *NRGBA) ColorModel() color.Model { return color.NRGBAModel }
image.go#L351: func (p *NRGBA) Bounds() Rectangle { return p.Rect }
image.go#L353: func (p *NRGBA) At(x, y int) color.Color {
image.go#L357: func (p *NRGBA) RGBA64At(x, y int) color.RGBA64 {
image.go#L362: func (p *NRGBA) NRGBAAt(x, y int) color.NRGBA {
image.go#L373: func (p *NRGBA) PixOffset(x, y int) int {
image.go#L377: func (p *NRGBA) Set(x, y int, c color.Color) {
image.go#L390: func (p *NRGBA) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L408: func (p *NRGBA) SetNRGBA(x, y int, c color.NRGBA) {
image.go#L422: func (p *NRGBA) SubImage(r Rectangle) Image {
image.go#L428: return &NRGBA{}
image.go#L431: return &NRGBA{
image.go#L439: func (p *NRGBA) Opaque() bool {
image.go#L457: func NewNRGBA(r Rectangle) *NRGBA {
image.go#L458: return &NRGBA{
|
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. |