diff options
Diffstat (limited to 'src/FbTk/Texture.cc')
-rw-r--r-- | src/FbTk/Texture.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Texture.cc b/src/FbTk/Texture.cc index da45bc4..888b3c7 100644 --- a/src/FbTk/Texture.cc +++ b/src/FbTk/Texture.cc | |||
@@ -37,7 +37,7 @@ | |||
37 | namespace { | 37 | namespace { |
38 | 38 | ||
39 | unsigned short inline brighten(unsigned short c) { | 39 | unsigned short inline brighten(unsigned short c) { |
40 | return 0x101 * FbTk::ColorLUT::PRE_MULTIPLY_1_5[c]; | 40 | return 0x101 * FbTk::ColorLUT::BRIGHTER_8[c]; |
41 | } | 41 | } |
42 | 42 | ||
43 | unsigned short inline darken(unsigned short c) { | 43 | unsigned short inline darken(unsigned short c) { |