Palette::Entry Struct Reference
Palette defining entry. More...
#include <palette.hpp>
Public Member Functions | |
Entry (const Vec3D &color, double val) | |
bool | operator< (const Entry &e) const |
Public Attributes | |
Vec3D | _color |
Entry colors. More... | |
double | _val |
Entry values. More... | |
Detailed Description
Palette defining entry.
An entry containing color-value pair, which are used for defining palettes.
Member Data Documentation
◆ _color
◆ _val
double Palette::Entry::_val |
Entry values.
The documentation for this struct was generated from the following files: