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

Unified Diff: ui/gfx/color_space.h

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 | « no previous file | ui/gfx/color_transform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index 6e351899e16fe3f4523a17f571c6e873d5eb6e26..c22c1f822b87cb99d4f8fe06f6082b473ae1eec2 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -70,6 +70,7 @@ class GFX_EXPORT ColorSpace {
BT2020_12 = 15,
SMPTEST2084 = 16,
SMPTEST428_1 = 17,
+ ARIB_STD_B67 = 18, // AKA hybrid-log gamma, HLG.
// Chrome-specific values start at 1000.
GAMMA24 = 1000,
« no previous file with comments | « no previous file | ui/gfx/color_transform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698