Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
a8c54a8e
Commit
a8c54a8e
authored
Dec 16, 2013
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api: update next.txt
R=golang-dev, minux.ma CC=golang-dev
https://golang.org/cl/42860043
parent
08b846b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
api/next.txt
api/next.txt
+38
-0
No files found.
api/next.txt
View file @
a8c54a8e
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment