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

Unified Diff: ash/display/display_color_manager_chromeos.h

Issue 1182063002: Add support for more advanced color correction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@qcms-fixed-point-gamma
Patch Set: Refactor for glevin@ and load VCGT always Created 5 years, 1 month 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
Index: ash/display/display_color_manager_chromeos.h
diff --git a/ash/display/display_color_manager_chromeos.h b/ash/display/display_color_manager_chromeos.h
index 0613a9e333b5144933cdef34e9997f34e83ee5bd..bd74330a5de2b818c3478e956c264c19356cffd4 100644
--- a/ash/display/display_color_manager_chromeos.h
+++ b/ash/display/display_color_manager_chromeos.h
@@ -47,7 +47,9 @@ class ASH_EXPORT DisplayColorManager
ColorCalibrationData();
~ColorCalibrationData();
- std::vector<ui::GammaRampRGBEntry> lut;
+ std::vector<ui::GammaRampRGBEntry> degamma_lut;
+ std::vector<ui::GammaRampRGBEntry> gamma_lut;
+ float correction_matrix[9];
};
private:
« no previous file with comments | « no previous file | ash/display/display_color_manager_chromeos.cc » ('j') | ui/ozone/platform/drm/gpu/drm_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698