ref: eeaa6497c31b552eada8974dde8dacf464321787
parent: 4755bf7a82e01ffc6ca3d62f12fe8b3c642474ba
author: Werner Lemberg <[email protected]>
date: Tue Dec 19 09:34:07 EST 2006
add comment
--- 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 };