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

Unified Diff: ui/gfx/test/icc_profiles.h

Issue 2784673006: color: Do not enforce T(0)=0 and T(1)=1 constraints in approxmation (Closed)
Patch Set: Fix the right error bound Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/skia_color_space_util.cc ('k') | ui/gfx/test/icc_profiles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/test/icc_profiles.h
diff --git a/ui/gfx/test/icc_profiles.h b/ui/gfx/test/icc_profiles.h
index 28cb3dfefa4befbe584d970fe4d9a9bb00ccf8e4..356beaf7f85af52d508b294dee56c9ffebfc9608 100644
--- a/ui/gfx/test/icc_profiles.h
+++ b/ui/gfx/test/icc_profiles.h
@@ -17,4 +17,7 @@ ICCProfile ICCProfileForTestingNoAnalyticTrFn();
// A profile that is A2B only.
ICCProfile ICCProfileForTestingA2BOnly();
+// A profile that with an approxmation that shoots above 1.
+ICCProfile ICCProfileForTestingOvershoot();
+
} // namespace gfx
« no previous file with comments | « ui/gfx/skia_color_space_util.cc ('k') | ui/gfx/test/icc_profiles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698