summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rgb_xyz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgb_xyz.cc b/src/rgb_xyz.cc
index 78083a7d..a44678f0 100644
--- a/src/rgb_xyz.cc
+++ b/src/rgb_xyz.cc
@@ -57,7 +57,7 @@ dcp::xyz_to_rgba (
uint8_t* argb
)
{
- int const max_colour = pow (2, 12) - 1;
+ int const max_colour = pow (2, 16) - 1;
struct {
double x, y, z;