type image.Alpha
14 uses
image (current package)
image.go#L517: type Alpha struct {
image.go#L527: func (p *Alpha) ColorModel() color.Model { return color.AlphaModel }
image.go#L529: func (p *Alpha) Bounds() Rectangle { return p.Rect }
image.go#L531: func (p *Alpha) At(x, y int) color.Color {
image.go#L535: func (p *Alpha) AlphaAt(x, y int) color.Alpha {
image.go#L545: func (p *Alpha) PixOffset(x, y int) int {
image.go#L549: func (p *Alpha) Set(x, y int, c color.Color) {
image.go#L557: func (p *Alpha) SetAlpha(x, y int, c color.Alpha) {
image.go#L567: func (p *Alpha) SubImage(r Rectangle) Image {
image.go#L573: return &Alpha{}
image.go#L576: return &Alpha{
image.go#L584: func (p *Alpha) Opaque() bool {
image.go#L602: func NewAlpha(r Rectangle) *Alpha {
image.go#L603: return &Alpha{
![]() |
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. |