Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Issue 2203663002: ColorTransform, transforms colors from one color space to another (Closed)

Created:
4 years, 4 months ago by hubbe
Modified:
4 years, 4 months ago
Reviewers:
ccameron
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ColorTransform, transforms colors from one color space to another Support for ICC transformations will be added in a separate CL. BUG=622133 Committed: https://crrev.com/415f9680cbce251e8c18a2d0fe3b2ff4ba9e7377 Cr-Commit-Position: refs/heads/master@{#409579}

Patch Set 1 #

Total comments: 15

Patch Set 2 : comments addressed, mostly #

Patch Set 3 : compile fix #

Patch Set 4 : use float throughout #

Patch Set 5 : compile fix #

Patch Set 6 : use floats #

Unified diffs Side-by-side diffs Delta from patch set Stats (+822 lines, -0 lines) Patch
M ui/gfx/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
M ui/gfx/color_space.h View 3 chunks +3 lines, -0 lines 0 comments Download
M ui/gfx/color_space.cc View 1 chunk +6 lines, -0 lines 0 comments Download
A ui/gfx/color_transform.h View 1 chunk +37 lines, -0 lines 0 comments Download
A ui/gfx/color_transform.cc View 1 2 3 4 1 chunk +560 lines, -0 lines 0 comments Download
A ui/gfx/color_transform_unittest.cc View 1 2 3 4 5 1 chunk +210 lines, -0 lines 0 comments Download
M ui/gfx/gfx.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gfx/gfx_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 39 (32 generated)
hubbe
4 years, 4 months ago (2016-08-02 00:30:06 UTC) #3
ccameron
lg, couple of suggestions https://codereview.chromium.org/2203663002/diff/1/ui/gfx/color_transform.cc File ui/gfx/color_transform.cc (right): https://codereview.chromium.org/2203663002/diff/1/ui/gfx/color_transform.cc#newcode29 ui/gfx/color_transform.cc:29: typedef std::pair<float, float> XY; use ...
4 years, 4 months ago (2016-08-02 02:47:39 UTC) #7
hubbe
PTAL https://codereview.chromium.org/2203663002/diff/1/ui/gfx/color_transform.cc File ui/gfx/color_transform.cc (right): https://codereview.chromium.org/2203663002/diff/1/ui/gfx/color_transform.cc#newcode29 ui/gfx/color_transform.cc:29: typedef std::pair<float, float> XY; On 2016/08/02 02:47:38, ccameron ...
4 years, 4 months ago (2016-08-02 08:10:57 UTC) #10
ccameron
lgtm https://codereview.chromium.org/2203663002/diff/1/ui/gfx/color_transform.cc File ui/gfx/color_transform.cc (right): https://codereview.chromium.org/2203663002/diff/1/ui/gfx/color_transform.cc#newcode31 ui/gfx/color_transform.cc:31: std::vector<XY> GetPrimaries(ColorSpace::PrimaryID id) { On 2016/08/02 08:10:57, hubbe ...
4 years, 4 months ago (2016-08-02 17:12:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2203663002/100001
4 years, 4 months ago (2016-08-03 17:54:25 UTC) #36
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-03 18:44:13 UTC) #37
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 18:46:13 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/415f9680cbce251e8c18a2d0fe3b2ff4ba9e7377
Cr-Commit-Position: refs/heads/master@{#409579}

Powered by Google App Engine
This is Rietveld 408576698