summaryrefslogtreecommitdiff
path: root/src/chromaticity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chromaticity.h')
-rw-r--r--src/chromaticity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chromaticity.h b/src/chromaticity.h
index 90453457..c62731f7 100644
--- a/src/chromaticity.h
+++ b/src/chromaticity.h
@@ -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 ();
};
}