From 0bd42ece563848c10733dba085ea3672f92d2558 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 14 Oct 2012 12:35:35 +0200 Subject: [PATCH] Fix a typo. --- colorspace_conversion_effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorspace_conversion_effect.cpp b/colorspace_conversion_effect.cpp index 1ac5465..2447292 100644 --- a/colorspace_conversion_effect.cpp +++ b/colorspace_conversion_effect.cpp @@ -73,7 +73,7 @@ void get_xyz_matrix(ColorSpace space, Matrix3x3 m) // Some algebraic fiddling yields (unsurprisingly): // // X_R = (x_R / y_R) Y_R - // Z_R = (z_R / y_R) Z_R + // Z_R = (z_R / y_R) Y_R // // We also know that since RGB=(1,1,1) should give us the // D65 illuminant, we must have -- 2.39.2