commit | b67905ced97d7b588ec66ea56828d08029e5966e | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Jan 23 18:31:41 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jan 23 18:31:42 2017 +0000 |
tree | d3612b5757e1beb2d42ff523f3ca59e2e6a1d4fc | |
parent | 91d9972599d81de17392cdbf513f7be91eb6e805 [diff] | |
parent | fb96b615f1c229fcd43dc91d79eff39a39b06109 [diff] |
Merge "Add Display P3 color mode"
diff --git a/include/system/graphics-base.h b/include/system/graphics-base.h index 150301a..32b077a 100644 --- a/include/system/graphics-base.h +++ b/include/system/graphics-base.h
@@ -111,6 +111,7 @@ HAL_COLOR_MODE_DCI_P3 = 6, HAL_COLOR_MODE_SRGB = 7, HAL_COLOR_MODE_ADOBE_RGB = 8, + HAL_COLOR_MODE_DISPLAY_P3 = 9, } android_color_mode_t; typedef enum {