class GammaCorrectionTest_SomeCorrectedSomeNot_Test
Defined at line 128 of file ../../src/ui/lib/escher/test/integration/gamma_correction_unittest.cc
We draw the following scene:
+--------+---------+---------+---------+
| ǁ |
| ǁ |
| ǁ |
+ ǁ |
| ǁ |
| ǁ |
| not ǁ |
+ gamma ǁ gamma |
| corrected ǁ corrected |
| ǁ |
| ǁ |
+ ǁ |
| ǁ |
| ǁ |
| ǁ |
+--------+---------+---------+---------+
A rectangle and a square a drawn, both with the same color texture, with gamma
correction applied only to the rectangle. The rectangle is drawn above the square,
on the right half of the output image.
1/2 of the area should be kColor (1, .8, .4, 1);
1/2 of the area should be gamma-corrected kColor (1, .64, .16, 1);
(i.e. the RGB components are squared)
Public Methods
void GammaCorrectionTest_SomeCorrectedSomeNot_Test ()
Defined at line 128 of file ../../src/ui/lib/escher/test/integration/gamma_correction_unittest.cc
void GammaCorrectionTest_SomeCorrectedSomeNot_Test (const GammaCorrectionTest_SomeCorrectedSomeNot_Test & )
Defined at line 128 of file ../../src/ui/lib/escher/test/integration/gamma_correction_unittest.cc
GammaCorrectionTest_SomeCorrectedSomeNot_Test & operator= (const GammaCorrectionTest_SomeCorrectedSomeNot_Test & )
Defined at line 128 of file ../../src/ui/lib/escher/test/integration/gamma_correction_unittest.cc