Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
fixed the issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespook committed Aug 31, 2014
1 parent ebf0fff commit d7b72c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/methods.article
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Go 标准库包含了这个接口的[[http://golang.org/search?q=Read#Global][

`Bounds` 应当返回一个 `image.Rectangle`,例如 `image.Rect(0, 0, w, h)`。

`ColorModel` 应当返回 `image.RGBAModel`。
`ColorModel` 应当返回 `color.RGBAModel`。

`At` 应当返回一个颜色;在这个例子里,在最后一个图片生成器的值 `v` 匹配 `color.RGBA{v, v, 255, 255}`。

Expand Down

0 comments on commit d7b72c8

Please sign in to comment.