Commit dfc4997e authored by Andrew Ekstedt's avatar Andrew Ekstedt Committed by Minux Ma

image: fix typo in Alpha16 doc comment

Change-Id: Ie7031ae37f52ea1f229bfb769daf306d537b3d3e
Reviewed-on: https://go-review.googlesource.com/3300Reviewed-by: 's avatarMinux Ma <minux@golang.org>
parent 1b61a978
......@@ -570,7 +570,7 @@ func NewAlpha(r Rectangle) *Alpha {
return &Alpha{pix, 1 * w, r}
}
// Alpha16 is an in-memory image whose At method returns color.Alpha64 values.
// Alpha16 is an in-memory image whose At method returns color.Alpha16 values.
type Alpha16 struct {
// Pix holds the image's pixels, as alpha values in big-endian format. The pixel at
// (x, y) starts at Pix[(y-Rect.Min.Y)*Stride + (x-Rect.Min.X)*2].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment