MEPP2 Project
Namespaces | Functions
color_conversion.hpp File Reference
#include <cstdint>
Include dependency graph for color_conversion.hpp:
This graph shows which files directly or indirectly include this file:

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)