40 #ifndef DCP_CHROMATICITY_H
41 #define DCP_CHROMATICITY_H
72 return std::fabs(x - other.x) < epsilon && std::fabs(y - other.y) < epsilon;
A representation of a x,y,z chromaticity, where z = 1 - x - y.
bool about_equal(Chromaticity const &other, float epsilon) const
Namespace for everything in libdcp.