diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-03 20:29:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-03 20:29:45 +0200 |
| commit | 127b57acb9baab04014328dfbf7462d055090dc4 (patch) | |
| tree | cc52b7da399d46bb2c7f6252881d6280870ec635 /src/types.h | |
| parent | b9c5e3f74550917676e14324791d6ba4d0c07cac (diff) | |
Add Luminance::value_in_foot_lamberts().
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 2 |
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); |
