Convert a hsi value to rgb. More...
#include <hsi_to_rgb.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef f_hsi_to_rgb_< T_rgb > | exact_t |
typedef void | mutable_result |
typedef T_rgb | result |
Public Member Functions | |
template<typename T_hsi > | |
T_rgb | operator() (const T_hsi &hsi) const |
Convert a hsi value to rgb.
typedef Function_v2v<void> mln::Function_v2v< f_hsi_to_rgb_< T_rgb > >::category [inherited] |
Reimplemented from mln::Function< f_hsi_to_rgb_< T_rgb > >.
typedef f_hsi_to_rgb_< T_rgb > mln::Object< f_hsi_to_rgb_< T_rgb > >::exact_t [inherited] |
typedef void mln::Function_v2v< f_hsi_to_rgb_< T_rgb > >::mutable_result [inherited] |
typedef T_rgb mln::fun::v2v::f_hsi_to_rgb_< T_rgb >::result |
T_rgb mln::fun::v2v::f_hsi_to_rgb_< T_rgb >::operator() | ( | const T_hsi & | hsi | ) | const [inline] |