type image.Alpha
16 uses
image (current package)
image.go#L626: type Alpha struct {
image.go#L636: func (p *Alpha) ColorModel() color.Model { return color.AlphaModel }
image.go#L638: func (p *Alpha) Bounds() Rectangle { return p.Rect }
image.go#L640: func (p *Alpha) At(x, y int) color.Color {
image.go#L644: func (p *Alpha) RGBA64At(x, y int) color.RGBA64 {
image.go#L650: func (p *Alpha) AlphaAt(x, y int) color.Alpha {
image.go#L660: func (p *Alpha) PixOffset(x, y int) int {
image.go#L664: func (p *Alpha) Set(x, y int, c color.Color) {
image.go#L672: func (p *Alpha) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L680: func (p *Alpha) SetAlpha(x, y int, c color.Alpha) {
image.go#L690: func (p *Alpha) SubImage(r Rectangle) Image {
image.go#L696: return &Alpha{}
image.go#L699: return &Alpha{
image.go#L707: func (p *Alpha) Opaque() bool {
image.go#L725: func NewAlpha(r Rectangle) *Alpha {
image.go#L726: return &Alpha{
 |
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. |