Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(86)

Issue 198066: code review 198066: Add named colors (e.g. image.Blue), suitable for exp/draw. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 6 months ago by nigeltao
Modified:
15 years, 6 months ago
Reviewers:
CC:
r, rsc, golang-dev
Visibility:
Public.

Description

Add named colors (e.g. image.Blue), suitable for exp/draw.

Patch Set 1 #

Patch Set 2 : code review 198066: Add named colors (e.g. image.Blue), suitable for exp/draw. #

Total comments: 10

Patch Set 3 : code review 198066: Add named colors (e.g. image.Blue), suitable for exp/draw. #

Total comments: 2

Patch Set 4 : code review 198066: Add named colors (e.g. image.Blue), suitable for exp/draw. #

Total comments: 2

Patch Set 5 : code review 198066: Add named colors (e.g. image.Blue), suitable for exp/draw. #

Patch Set 6 : code review 198066: Add named colors (e.g. image.Blue), suitable for exp/draw. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -0 lines) Patch
M src/pkg/image/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/image/names.go View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 9
nigeltao
Hello r, rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 6 months ago (2010-02-02 12:26:41 UTC) #1
r
http://codereview.appspot.com/198066/diff/4/1004 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/4/1004#newcode24 src/pkg/image/names.go:24: White ColorImage = ColorImage{RGBAColor{0xff, 0xff, 0xff, 0xff}} stuttering. you ...
15 years, 6 months ago (2010-02-02 12:37:26 UTC) #2
rsc1
http://codereview.appspot.com/198066/diff/4/1004 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/4/1004#newcode28 src/pkg/image/names.go:28: // Synonyms for some of the above colors. Are ...
15 years, 6 months ago (2010-02-02 18:05:40 UTC) #3
nigeltao
http://codereview.appspot.com/198066/diff/4/1004 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/4/1004#newcode24 src/pkg/image/names.go:24: White ColorImage = ColorImage{RGBAColor{0xff, 0xff, 0xff, 0xff}} On 2010/02/02 ...
15 years, 6 months ago (2010-02-02 20:46:13 UTC) #4
r
http://codereview.appspot.com/198066/diff/8/10 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/8/10#newcode28 src/pkg/image/names.go:28: // Synonyms for some of the HTML 4.01 colors. ...
15 years, 6 months ago (2010-02-03 00:07:51 UTC) #5
nigeltao
http://codereview.appspot.com/198066/diff/8/10 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/8/10#newcode28 src/pkg/image/names.go:28: // Synonyms for some of the HTML 4.01 colors. ...
15 years, 6 months ago (2010-02-03 11:45:58 UTC) #6
r
LGTM http://codereview.appspot.com/198066/diff/15/1011 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/15/1011#newcode7 src/pkg/image/names.go:7: // Colors named after the HTML 4.01 specification: ...
15 years, 6 months ago (2010-02-03 11:51:19 UTC) #7
rsc
LGTM http://codereview.appspot.com/198066/diff/15/1011 File src/pkg/image/names.go (right): http://codereview.appspot.com/198066/diff/15/1011#newcode27 src/pkg/image/names.go:27: // Synonyms for some of those colors. These ...
15 years, 6 months ago (2010-02-04 07:31:56 UTC) #8
nigeltao
15 years, 6 months ago (2010-02-04 09:25:47 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=61bfeb525543 ***

Add named colors (e.g. image.Blue), suitable for exp/draw.

R=r, rsc
CC=golang-dev
http://codereview.appspot.com/198066
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b