type image.Gray16
16 uses
image (current package)
image.go#L926: type Gray16 struct {
image.go#L936: func (p *Gray16) ColorModel() color.Model { return color.Gray16Model }
image.go#L938: func (p *Gray16) Bounds() Rectangle { return p.Rect }
image.go#L940: func (p *Gray16) At(x, y int) color.Color {
image.go#L944: func (p *Gray16) RGBA64At(x, y int) color.RGBA64 {
image.go#L949: func (p *Gray16) Gray16At(x, y int) color.Gray16 {
image.go#L959: func (p *Gray16) PixOffset(x, y int) int {
image.go#L963: func (p *Gray16) Set(x, y int, c color.Color) {
image.go#L973: func (p *Gray16) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L984: func (p *Gray16) SetGray16(x, y int, c color.Gray16) {
image.go#L995: func (p *Gray16) SubImage(r Rectangle) Image {
image.go#L1001: return &Gray16{}
image.go#L1004: return &Gray16{
image.go#L1012: func (p *Gray16) Opaque() bool {
image.go#L1017: func NewGray16(r Rectangle) *Gray16 {
image.go#L1018: return &Gray16{
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |