]> Cypherpunks repositories - gostls13.git/commit
image/color: have NYCbCrA.RGBA work in 16-bit color.
authorNigel Tao <nigeltao@golang.org>
Wed, 23 Dec 2015 06:35:46 +0000 (17:35 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 24 Dec 2015 06:55:33 +0000 (06:55 +0000)
commite4dcf5c8c22d98ac9eac7b9b226596229624cb1d
treebe8607eb96eba8ba64cfebe5e629644ef05e7532
parent5b5e19ea654ff0ed774587f5c62b100722772ade
image/color: have NYCbCrA.RGBA work in 16-bit color.

This makes NYCbCrA consistent with YCbCr.

Fixes #13706.

Change-Id: Ifced84372e4865925fa6efef9ca2f1de43da70e0
Reviewed-on: https://go-review.googlesource.com/18115
Reviewed-by: Rob Pike <r@golang.org>
src/image/color/ycbcr.go
src/image/color/ycbcr_test.go