type image.Gray16
14 uses
image (current package)
image.go#L789: type Gray16 struct {
image.go#L799: func (p *Gray16) ColorModel() color.Model { return color.Gray16Model }
image.go#L801: func (p *Gray16) Bounds() Rectangle { return p.Rect }
image.go#L803: func (p *Gray16) At(x, y int) color.Color {
image.go#L807: func (p *Gray16) Gray16At(x, y int) color.Gray16 {
image.go#L817: func (p *Gray16) PixOffset(x, y int) int {
image.go#L821: func (p *Gray16) Set(x, y int, c color.Color) {
image.go#L831: func (p *Gray16) SetGray16(x, y int, c color.Gray16) {
image.go#L842: func (p *Gray16) SubImage(r Rectangle) Image {
image.go#L848: return &Gray16{}
image.go#L851: return &Gray16{
image.go#L859: func (p *Gray16) Opaque() bool {
image.go#L864: func NewGray16(r Rectangle) *Gray16 {
image.go#L865: return &Gray16{
![]() |
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. |