type image.Alpha16
16 uses
image (current package)
image.go#L718: type Alpha16 struct {
image.go#L728: func (p *Alpha16) ColorModel() color.Model { return color.Alpha16Model }
image.go#L730: func (p *Alpha16) Bounds() Rectangle { return p.Rect }
image.go#L732: func (p *Alpha16) At(x, y int) color.Color {
image.go#L736: func (p *Alpha16) RGBA64At(x, y int) color.RGBA64 {
image.go#L741: func (p *Alpha16) Alpha16At(x, y int) color.Alpha16 {
image.go#L751: func (p *Alpha16) PixOffset(x, y int) int {
image.go#L755: func (p *Alpha16) Set(x, y int, c color.Color) {
image.go#L765: func (p *Alpha16) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L774: func (p *Alpha16) SetAlpha16(x, y int, c color.Alpha16) {
image.go#L785: func (p *Alpha16) SubImage(r Rectangle) Image {
image.go#L791: return &Alpha16{}
image.go#L794: return &Alpha16{
image.go#L802: func (p *Alpha16) Opaque() bool {
image.go#L820: func NewAlpha16(r Rectangle) *Alpha16 {
image.go#L821: return &Alpha16{
|
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. |