image/color.Color.RGBA (method)
19 uses
image/color (current package)
color.go#L18: RGBA() (r, g, b, a uint32)
color.go#L180: r, g, b, a := c.RGBA()
color.go#L188: r, g, b, a := c.RGBA()
color.go#L196: r, g, b, a := c.RGBA()
color.go#L214: r, g, b, a := c.RGBA()
color.go#L232: _, _, _, a := c.RGBA()
color.go#L240: _, _, _, a := c.RGBA()
color.go#L248: r, g, b, _ := c.RGBA()
color.go#L267: r, g, b, _ := c.RGBA()
color.go#L295: cr, cg, cb, ca := c.RGBA()
color.go#L298: vr, vg, vb, va := v.RGBA()
ycbcr.go#L235: r, g, b, _ := c.RGBA()
ycbcr.go#L301: r, g, b, a := c.RGBA()
ycbcr.go#L370: r, g, b, _ := c.RGBA()
image
image.go#L1173: r, g, b, a := c.RGBA()
image.go#L1256: _, _, _, a := c.RGBA()
names.go#L29: return c.C.RGBA()
names.go#L45: r, g, b, a := c.C.RGBA()
names.go#L51: _, _, _, a := c.C.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. |