type image.RGBA
16 uses
image (current package)
image.go#L88: type RGBA struct {
image.go#L98: func (p *RGBA) ColorModel() color.Model { return color.RGBAModel }
image.go#L100: func (p *RGBA) Bounds() Rectangle { return p.Rect }
image.go#L102: func (p *RGBA) At(x, y int) color.Color {
image.go#L106: func (p *RGBA) RGBA64At(x, y int) color.RGBA64 {
image.go#L124: func (p *RGBA) RGBAAt(x, y int) color.RGBA {
image.go#L135: func (p *RGBA) PixOffset(x, y int) int {
image.go#L139: func (p *RGBA) Set(x, y int, c color.Color) {
image.go#L152: func (p *RGBA) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L164: func (p *RGBA) SetRGBA(x, y int, c color.RGBA) {
image.go#L178: func (p *RGBA) SubImage(r Rectangle) Image {
image.go#L184: return &RGBA{}
image.go#L187: return &RGBA{
image.go#L195: func (p *RGBA) Opaque() bool {
image.go#L213: func NewRGBA(r Rectangle) *RGBA {
image.go#L214: return &RGBA{
|
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. |