type image.Alpha16
16 uses
image (current package)
image.go#L734: type Alpha16 struct {
image.go#L744: func (p *Alpha16) ColorModel() color.Model { return color.Alpha16Model }
image.go#L746: func (p *Alpha16) Bounds() Rectangle { return p.Rect }
image.go#L748: func (p *Alpha16) At(x, y int) color.Color {
image.go#L752: func (p *Alpha16) RGBA64At(x, y int) color.RGBA64 {
image.go#L757: func (p *Alpha16) Alpha16At(x, y int) color.Alpha16 {
image.go#L767: func (p *Alpha16) PixOffset(x, y int) int {
image.go#L771: func (p *Alpha16) Set(x, y int, c color.Color) {
image.go#L781: func (p *Alpha16) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L790: func (p *Alpha16) SetAlpha16(x, y int, c color.Alpha16) {
image.go#L801: func (p *Alpha16) SubImage(r Rectangle) Image {
image.go#L807: return &Alpha16{}
image.go#L810: return &Alpha16{
image.go#L818: func (p *Alpha16) Opaque() bool {
image.go#L836: func NewAlpha16(r Rectangle) *Alpha16 {
image.go#L837: return &Alpha16{
 |
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. |