Removed benchmark code and made Color::gammatabThumb a LUTuc

This commit is contained in:
heckflosse
2016-02-25 19:14:00 +01:00
parent 1b220543f3
commit f0113b8f57
6 changed files with 18 additions and 22 deletions

View File

@@ -52,6 +52,8 @@
* LUTf stands for LUT<float>
* LUTi stands for LUT<int>
* LUTu stands for LUT<unsigned int>
* LUTd stands for LUT<double>
* LUTuc stands for LUT<unsigned char>
*/
#ifndef LUT_H_
@@ -65,6 +67,7 @@
#define LUTi LUT<int>
#define LUTu LUT<unsigned int>
#define LUTd LUT<double>
#define LUTuc LUT<unsigned char>
#include <cstring>
#ifndef NDEBUG