]> git.sesse.net Git - movit/blobdiff - colorspace_conversion_effect.cpp
Add a reference for where the D65 white point comes from.
[movit] / colorspace_conversion_effect.cpp
index 89123d313e861802faaeb19e04f8e900f73fdfbe..1ac5465ebd97935a00700fb99c5c481b4fdce09c 100644 (file)
@@ -13,6 +13,7 @@ double rec601_525_y_R = 0.340, rec601_525_y_G = 0.595, rec601_525_y_B = 0.070;
 double rec601_625_x_R = 0.640, rec601_625_x_G = 0.290, rec601_625_x_B = 0.150;
 double rec601_625_y_R = 0.330, rec601_625_y_G = 0.600, rec601_625_y_B = 0.060;
 
+// The D65 white point. Given in both Rec. 601 and 709.
 double d65_x = 0.3127, d65_y = 0.3290;
 
 ColorSpaceConversionEffect::ColorSpaceConversionEffect()