type image.Alpha16
14 uses
image (current package)
image.go#L611: type Alpha16 struct {
image.go#L621: func (p *Alpha16) ColorModel() color.Model { return color.Alpha16Model }
image.go#L623: func (p *Alpha16) Bounds() Rectangle { return p.Rect }
image.go#L625: func (p *Alpha16) At(x, y int) color.Color {
image.go#L629: func (p *Alpha16) Alpha16At(x, y int) color.Alpha16 {
image.go#L639: func (p *Alpha16) PixOffset(x, y int) int {
image.go#L643: func (p *Alpha16) Set(x, y int, c color.Color) {
image.go#L653: func (p *Alpha16) SetAlpha16(x, y int, c color.Alpha16) {
image.go#L664: func (p *Alpha16) SubImage(r Rectangle) Image {
image.go#L670: return &Alpha16{}
image.go#L673: return &Alpha16{
image.go#L681: func (p *Alpha16) Opaque() bool {
image.go#L699: func NewAlpha16(r Rectangle) *Alpha16 {
image.go#L700: return &Alpha16{
![]() |
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. |