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

Unified Diff: ui/gfx/color_transform_unittest.cc

Issue 2342963003: Support ARIB STD B67, aka hybrid-log gamma (HLG) transfer function. (Closed)
Patch Set: nit Created 4 years, 3 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/color_transform.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_transform_unittest.cc
diff --git a/ui/gfx/color_transform_unittest.cc b/ui/gfx/color_transform_unittest.cc
index c5295631449d0e4be3f7de36a46c9d90585c9a31..a2567623b30848838e17016650e0458e3692d9bd 100644
--- a/ui/gfx/color_transform_unittest.cc
+++ b/ui/gfx/color_transform_unittest.cc
@@ -33,6 +33,7 @@ ColorSpace::TransferID all_transfers[] = {
ColorSpace::TransferID::IEC61966_2_4, ColorSpace::TransferID::BT1361_ECG,
ColorSpace::TransferID::IEC61966_2_1, ColorSpace::TransferID::BT2020_10,
ColorSpace::TransferID::BT2020_12, ColorSpace::TransferID::SMPTEST2084,
+ ColorSpace::TransferID::ARIB_STD_B67,
// This one is weird as the non-linear numbers are not between 0 and 1.
// TODO(hubbe): Test this separately.
// ColorSpace::TransferID::SMPTEST428_1,
« no previous file with comments | « ui/gfx/color_transform.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698