Source File
names.go
Belonging Package
image
package image
import (
)
Opaque = NewUniform(color.Opaque)
)
type Uniform struct {
C color.Color
}
func ( *Uniform) () (, , , uint32) {
return .C.RGBA()
}
func ( *Uniform) () color.Model {
return
}
func ( *Uniform) (color.Color) color.Color {
return .C
}
func ( *Uniform) () Rectangle { return Rectangle{Point{-1e9, -1e9}, Point{1e9, 1e9}} }
func ( *Uniform) (, int) color.Color { return .C }
![]() |
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. |