|
MEPP2 Project
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| FEVV | |
| Interfaces for plugins These interfaces will be used for different plugins. | |
| FEVV::Math | |
Functions | |
| template<typename OutT > | |
| OutT | FEVV::Math::convert_color_value (uint8_t color_0_255) |
| template<> | |
| float | FEVV::Math::convert_color_value< float > (uint8_t color_0_255) |
| template<> | |
| double | FEVV::Math::convert_color_value< double > (uint8_t color_0_255) |
| template<typename OutT > | |
| OutT | FEVV::Math::convert_color_value (double color_0_1) |
| template<> | |
| uint8_t | FEVV::Math::convert_color_value< uint8_t > (double color_0_1) |