mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
Support display of range folded values
This commit is contained in:
parent
73d2b8323b
commit
e58b1f5b57
3 changed files with 28 additions and 13 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue