type image.RGBA
16 uses
image (current package)
image.go#L104: type RGBA struct {
image.go#L114: func (p *RGBA) ColorModel() color.Model { return color.RGBAModel }
image.go#L116: func (p *RGBA) Bounds() Rectangle { return p.Rect }
image.go#L118: func (p *RGBA) At(x, y int) color.Color {
image.go#L122: func (p *RGBA) RGBA64At(x, y int) color.RGBA64 {
image.go#L140: func (p *RGBA) RGBAAt(x, y int) color.RGBA {
image.go#L151: func (p *RGBA) PixOffset(x, y int) int {
image.go#L155: func (p *RGBA) Set(x, y int, c color.Color) {
image.go#L168: func (p *RGBA) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L180: func (p *RGBA) SetRGBA(x, y int, c color.RGBA) {
image.go#L194: func (p *RGBA) SubImage(r Rectangle) Image {
image.go#L200: return &RGBA{}
image.go#L203: return &RGBA{
image.go#L211: func (p *RGBA) Opaque() bool {
image.go#L229: func NewRGBA(r Rectangle) *RGBA {
image.go#L230: return &RGBA{
 |
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. |