type image/color.RGBA64
9 uses
image/color (current package)
color.go#L47: type RGBA64 struct {
color.go#L51: func (c RGBA64) RGBA() (r, g, b, a uint32) {
color.go#L185: if _, ok := c.(RGBA64); ok {
color.go#L189: return RGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
image
image.go#L197: func (p *RGBA64) RGBA64At(x, y int) color.RGBA64 {
image.go#L199: return color.RGBA64{}
image.go#L203: return color.RGBA64{
image.go#L222: c1 := color.RGBA64Model.Convert(c).(color.RGBA64)
image.go#L234: func (p *RGBA64) SetRGBA64(x, y int, c color.RGBA64) {
 |
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. |