summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-12-16 09:57:41 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2013-12-16 09:57:41 -0800
commit0820025d16e31430919826b26ff301e58f71e4dc (patch)
tree09d50066574f0b55f38b3f8dd6221d837e9ea79f /api
parenta7cf41e18c05d3fa5741550826d1fa9dd112d46b (diff)
downloadgo-0820025d16e31430919826b26ff301e58f71e4dc.tar.gz
api: update next.txt
R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/42860043
Diffstat (limited to 'api')
-rw-r--r--api/next.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/api/next.txt b/api/next.txt
index e69de29bb..24d4cfb7b 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -0,0 +1,38 @@
+pkg image, func NewRGB(Rectangle) *RGB
+pkg image, func NewRGB48(Rectangle) *RGB48
+pkg image, method (*RGB) At(int, int) color.Color
+pkg image, method (*RGB) Bounds() Rectangle
+pkg image, method (*RGB) ColorModel() color.Model
+pkg image, method (*RGB) Opaque() bool
+pkg image, method (*RGB) PixOffset(int, int) int
+pkg image, method (*RGB) Set(int, int, color.Color)
+pkg image, method (*RGB) SetRGB(int, int, color.RGB)
+pkg image, method (*RGB) SubImage(Rectangle) Image
+pkg image, method (*RGB48) At(int, int) color.Color
+pkg image, method (*RGB48) Bounds() Rectangle
+pkg image, method (*RGB48) ColorModel() color.Model
+pkg image, method (*RGB48) Opaque() bool
+pkg image, method (*RGB48) PixOffset(int, int) int
+pkg image, method (*RGB48) Set(int, int, color.Color)
+pkg image, method (*RGB48) SetRGB48(int, int, color.RGB48)
+pkg image, method (*RGB48) SubImage(Rectangle) Image
+pkg image, type RGB struct
+pkg image, type RGB struct, Pix []uint8
+pkg image, type RGB struct, Rect Rectangle
+pkg image, type RGB struct, Stride int
+pkg image, type RGB48 struct
+pkg image, type RGB48 struct, Pix []uint8
+pkg image, type RGB48 struct, Rect Rectangle
+pkg image, type RGB48 struct, Stride int
+pkg image/color, method (RGB) RGBA() (uint32, uint32, uint32, uint32)
+pkg image/color, method (RGB48) RGBA() (uint32, uint32, uint32, uint32)
+pkg image/color, type RGB struct
+pkg image/color, type RGB struct, B uint8
+pkg image/color, type RGB struct, G uint8
+pkg image/color, type RGB struct, R uint8
+pkg image/color, type RGB48 struct
+pkg image/color, type RGB48 struct, B uint16
+pkg image/color, type RGB48 struct, G uint16
+pkg image/color, type RGB48 struct, R uint16
+pkg image/color, var RGB48Model Model
+pkg image/color, var RGBModel Model