Commit eeaa6497c31b552eada8974dde8dacf464321787

Werner Lemberg 2006-12-19T14:34:07

add comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/base/ftlcdfil.c b/src/base/ftlcdfil.c
index d12f753..f40bbea 100644
--- a/src/base/ftlcdfil.c
+++ b/src/base/ftlcdfil.c
@@ -272,6 +272,8 @@
   {
     static const FT_Byte  light_filter[5] =
                             { 0, 85, 86, 85, 0 };
+    /* the values here sum up to a value larger than 256, */
+    /* providing a cheap gamma correction                 */
     static const FT_Byte  default_filter[5] =
                             { 0x10, 0x40, 0x70, 0x40, 0x10 };