summaryrefslogtreecommitdiff
path: root/src/pkg/image/names.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-30/+41
2010-06-03Add Opaque method to the image types.Nigel Tao1-0/+6
R=rsc CC=golang-dev http://codereview.appspot.com/1533041
2010-02-04Add named colors (e.g. image.Blue), suitable for exp/draw.Nigel Tao1-0/+50
R=r, rsc CC=golang-dev http://codereview.appspot.com/198066