]> Cypherpunks repositories - gostls13.git/commit
Make image.Color.RGBA return 16 bit color instead of 32 bit color.
authorNigel Tao <nigeltao@golang.org>
Fri, 28 May 2010 19:59:21 +0000 (12:59 -0700)
committerNigel Tao <nigeltao@golang.org>
Fri, 28 May 2010 19:59:21 +0000 (12:59 -0700)
commit2bb59fd71a2b5290e6581a86b035b771eb31497d
tree5f47ce9f3e6001f38f4fe5d216a0872e7d4eb3b2
parentd5a8647d80fe8eeb19e4797b9d2a2235c41774c6
Make image.Color.RGBA return 16 bit color instead of 32 bit color.

R=rsc
CC=golang-dev
https://golang.org/cl/1388041
src/pkg/exp/draw/color.go
src/pkg/exp/draw/draw.go
src/pkg/exp/draw/draw_test.go
src/pkg/exp/nacl/av/image.go
src/pkg/image/color.go
src/pkg/image/image.go
src/pkg/image/png/reader_test.go
src/pkg/image/png/writer.go