type image/color.NRGBA64
11 uses
image/color (current package)
color.go#L80: type NRGBA64 struct {
color.go#L84: func (c NRGBA64) RGBA() (r, g, b, a uint32) {
color.go#L211: if _, ok := c.(NRGBA64); ok {
color.go#L216: return NRGBA64{uint16(r), uint16(g), uint16(b), 0xffff}
color.go#L219: return NRGBA64{0, 0, 0, 0}
color.go#L225: return NRGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
image
image.go#L489: func (p *NRGBA64) NRGBA64At(x, y int) color.NRGBA64 {
image.go#L491: return color.NRGBA64{}
image.go#L495: return color.NRGBA64{
image.go#L514: c1 := color.NRGBA64Model.Convert(c).(color.NRGBA64)
image.go#L548: func (p *NRGBA64) SetNRGBA64(x, y int, c color.NRGBA64) {
|
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. |