Support display of range folded values

This commit is contained in:
Dan Paulat 2021-11-13 21:24:17 -06:00
parent 73d2b8323b
commit e58b1f5b57
3 changed files with 28 additions and 13 deletions

View file

@ -34,6 +34,8 @@ public:
ColorTable(ColorTable&&) noexcept;
ColorTable& operator=(ColorTable&&) noexcept;
boost::gil::rgba8_pixel_t rf_color() const;
boost::gil::rgba8_pixel_t Color(float value) const;
bool IsValid() const;