aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2021-06-29 16:53:44 +1000
committerNigel Tao <nigeltao@golang.org>2021-06-30 02:00:49 +0000
commitd19a53338fa6272b4fe9c39d66812a79e1464cd2 (patch)
tree70d80b3fac7e91d728c25b54afb95af95eb3e28f /api
parentc45e800e0cb237fcedc9a3e4fd243e3a7f47334c (diff)
downloadgo-d19a53338fa6272b4fe9c39d66812a79e1464cd2.tar.gz
go-d19a53338fa6272b4fe9c39d66812a79e1464cd2.zip
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>
Diffstat (limited to 'api')
-rw-r--r--api/go1.17.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/go1.17.txt b/api/go1.17.txt
index c5eb381708..8e4c0f5624 100644
--- a/api/go1.17.txt
+++ b/api/go1.17.txt
@@ -47,7 +47,9 @@ pkg image, method (*Paletted) RGBA64At(int, int) color.RGBA64
pkg image, method (*Paletted) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*RGBA) RGBA64At(int, int) color.RGBA64
pkg image, method (*RGBA) SetRGBA64(int, int, color.RGBA64)
+pkg image, method (*Uniform) RGBA64At(int, int) color.RGBA64
pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
+pkg image, method (Rectangle) RGBA64At(int, int) color.RGBA64
pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
pkg image, type RGBA64Image interface, At(int, int) color.Color
pkg image, type RGBA64Image interface, Bounds() Rectangle