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

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: Address spang@ & dcheng@ feedback Created 4 years, 10 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
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 b434e05a351ea745f1697e87a3a03d1cc0a3fb68..eb9440aff2ca42ce4c49f2ff75d20660ff8cea8f 100644
--- a/ash/display/display_color_manager_chromeos.h
+++ b/ash/display/display_color_manager_chromeos.h
@@ -49,7 +49,9 @@ class ASH_EXPORT DisplayColorManager
ColorCalibrationData();
~ColorCalibrationData();
- std::vector<ui::GammaRampRGBEntry> lut;
+ std::vector<ui::GammaRampRGBEntry> degamma_lut;
+ std::vector<ui::GammaRampRGBEntry> gamma_lut;
+ std::vector<float> correction_matrix;
};
private:
« no previous file with comments | « no previous file | ash/display/display_color_manager_chromeos.cc » ('j') | ash/display/display_color_manager_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698