]> Cypherpunks.ru repositories - gostls13.git/commit
image: add Uniform.RGBA64At and Rectangle.RGBA64At
authorNigel Tao <nigeltao@golang.org>
Tue, 29 Jun 2021 06:53:44 +0000 (16:53 +1000)
committerNigel Tao <nigeltao@golang.org>
Wed, 30 Jun 2021 02:00:49 +0000 (02:00 +0000)
commitd19a53338fa6272b4fe9c39d66812a79e1464cd2
tree70d80b3fac7e91d728c25b54afb95af95eb3e28f
parentc45e800e0cb237fcedc9a3e4fd243e3a7f47334c
image: add Uniform.RGBA64At and Rectangle.RGBA64At

These types already implemented the Image interface. They should also
implement the RGBA64Image interface (new in Go 1.17)

Updates #44808

Change-Id: I9a2b13e305997088ae874efb95ad9e1648f94812
Reviewed-on: https://go-review.googlesource.com/c/go/+/331570
Trust: Nigel Tao <nigeltao@golang.org>
Run-TryBot: Nigel Tao <nigeltao@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
api/go1.17.txt
doc/go1.17.html
src/image/geom.go
src/image/image_test.go
src/image/names.go