aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Texture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Texture.cc')
-rw-r--r--src/FbTk/Texture.cc2
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 @@
37namespace { 37namespace {
38 38
39unsigned short inline brighten(unsigned short c) { 39unsigned 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
43unsigned short inline darken(unsigned short c) { 43unsigned short inline darken(unsigned short c) {