aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ColorLUT.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/ColorLUT.hh')
-rw-r--r--src/FbTk/ColorLUT.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/FbTk/ColorLUT.hh b/src/FbTk/ColorLUT.hh
index 66b8493..a9ff410 100644
--- a/src/FbTk/ColorLUT.hh
+++ b/src/FbTk/ColorLUT.hh
@@ -24,10 +24,18 @@ namespace FbTk {
24 24
25namespace ColorLUT { 25namespace ColorLUT {
26 26
27#if 0 // unused
27extern const unsigned char PRE_MULTIPLY_1_5[256]; 28extern const unsigned char PRE_MULTIPLY_1_5[256];
28extern const unsigned char PRE_MULTIPLY_1_125[256]; 29extern const unsigned char PRE_MULTIPLY_1_125[256];
30#endif
29extern const unsigned char PRE_MULTIPLY_0_75[256]; 31extern const unsigned char PRE_MULTIPLY_0_75[256];
30 32
33extern const unsigned char BRIGHTER_4[256];
34extern const unsigned char BRIGHTER_8[256];
35#if 0 // unused
36extern const unsigned char BRIGHTER_16[256];
37#endif
38
31} 39}
32 40
33} 41}