More tests.
[libdcp.git] / src / chromaticity.h
index 90453457e4402307255d62f96a9d97b359176bdd..c62731f73a5a9429f94d7e0c5de651b389bf31c5 100644 (file)
@@ -69,6 +69,8 @@ public:
        bool about_equal (Chromaticity const & other, float epsilon) const {
                return std::fabs (x - other.x) < epsilon && std::fabs (y - other.y) < epsilon;
        }
+
+       static Chromaticity D65 ();
 };
 
 }