type image.Alpha
16 uses
image (current package)
image.go#L610: type Alpha struct {
image.go#L620: func (p *Alpha) ColorModel() color.Model { return color.AlphaModel }
image.go#L622: func (p *Alpha) Bounds() Rectangle { return p.Rect }
image.go#L624: func (p *Alpha) At(x, y int) color.Color {
image.go#L628: func (p *Alpha) RGBA64At(x, y int) color.RGBA64 {
image.go#L634: func (p *Alpha) AlphaAt(x, y int) color.Alpha {
image.go#L644: func (p *Alpha) PixOffset(x, y int) int {
image.go#L648: func (p *Alpha) Set(x, y int, c color.Color) {
image.go#L656: func (p *Alpha) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L664: func (p *Alpha) SetAlpha(x, y int, c color.Alpha) {
image.go#L674: func (p *Alpha) SubImage(r Rectangle) Image {
image.go#L680: return &Alpha{}
image.go#L683: return &Alpha{
image.go#L691: func (p *Alpha) Opaque() bool {
image.go#L709: func NewAlpha(r Rectangle) *Alpha {
image.go#L710: return &Alpha{
|
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. |