type image.Gray16
16 uses
image (current package)
image.go#L942: type Gray16 struct {
image.go#L952: func (p *Gray16) ColorModel() color.Model { return color.Gray16Model }
image.go#L954: func (p *Gray16) Bounds() Rectangle { return p.Rect }
image.go#L956: func (p *Gray16) At(x, y int) color.Color {
image.go#L960: func (p *Gray16) RGBA64At(x, y int) color.RGBA64 {
image.go#L965: func (p *Gray16) Gray16At(x, y int) color.Gray16 {
image.go#L975: func (p *Gray16) PixOffset(x, y int) int {
image.go#L979: func (p *Gray16) Set(x, y int, c color.Color) {
image.go#L989: func (p *Gray16) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L1000: func (p *Gray16) SetGray16(x, y int, c color.Gray16) {
image.go#L1011: func (p *Gray16) SubImage(r Rectangle) Image {
image.go#L1017: return &Gray16{}
image.go#L1020: return &Gray16{
image.go#L1028: func (p *Gray16) Opaque() bool {
image.go#L1033: func NewGray16(r Rectangle) *Gray16 {
image.go#L1034: return &Gray16{
 |
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. |