summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-03 20:29:45 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-03 20:29:45 +0200
commit127b57acb9baab04014328dfbf7462d055090dc4 (patch)
treecc52b7da399d46bb2c7f6252881d6280870ec635 /src/types.h
parentb9c5e3f74550917676e14324791d6ba4d0c07cac (diff)
Add Luminance::value_in_foot_lamberts().
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 374dd8b8..9dc3e5f5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -444,6 +444,8 @@ public:
return _unit;
}
+ float value_in_foot_lamberts () const;
+
void as_xml (xmlpp::Element* parent, std::string ns) const;
static std::string unit_to_string (Unit u);