$extrastylesheet
#include <mln/fun/v2v/hsl_to_rgb.hh>
Public Member Functions | |
f_hsl_to_rgb_ () | |
template<typename T_hsl > | |
T_rgb | operator() (const T_hsl &hsl) const |
Public Types | |
typedef Function_v2v< void > | category |
typedef f_hsl_to_rgb_< T_rgb > | exact_t |
typedef void | mutable_result |
typedef T_rgb | result |
Convert hsl values to rgb.
Definition at line 62 of file hsl_to_rgb.hh.
mln::fun::v2v::f_hsl_to_rgb_< T_rgb >::f_hsl_to_rgb_ | ( | ) |
T_rgb mln::fun::v2v::f_hsl_to_rgb_< T_rgb >::operator() | ( | const T_hsl & | hsl | ) | const |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef T_rgb mln::fun::v2v::f_hsl_to_rgb_< T_rgb >::result |
Definition at line 64 of file hsl_to_rgb.hh.