$extrastylesheet
#include <mln/fun/v2v/rgb_to_hsl.hh>
Public Member Functions | |
f_rgb_to_hsl_ () | |
template<typename T_rgb > | |
T_hsl | operator() (const T_rgb &rgb) const |
Public Types | |
typedef Function_v2v< void > | category |
typedef f_rgb_to_hsl_< T_hsl > | exact_t |
typedef void | mutable_result |
typedef T_hsl | result |
Definition at line 55 of file rgb_to_hsl.hh.
mln::fun::v2v::f_rgb_to_hsl_< T_hsl >::f_rgb_to_hsl_ | ( | ) |
T_hsl mln::fun::v2v::f_rgb_to_hsl_< T_hsl >::operator() | ( | const T_rgb & | rgb | ) | const |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef T_hsl mln::fun::v2v::f_rgb_to_hsl_< T_hsl >::result |
Definition at line 57 of file rgb_to_hsl.hh.