Comment about magic numbers

This commit is contained in:
Ian Gulliver
2017-08-07 15:15:17 +00:00
parent e58083d989
commit 1e6237d4d4

View File

@@ -7,6 +7,7 @@
#include "image.h" #include "image.h"
#include "lut.h" #include "lut.h"
// Maximum LUT size that has each point adjacent to at least one ColorChecker color.
typedef Lut3d<4, 3, 3> ColorCheckerLut3d; typedef Lut3d<4, 3, 3> ColorCheckerLut3d;
constexpr std::array<Color, 24> kColorCheckerSrgb = {{ constexpr std::array<Color, 24> kColorCheckerSrgb = {{