$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2v::f_hsl_to_rgb_< T_rgb > Struct Template Reference

#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

Detailed Description

template<typename T_rgb>
struct mln::fun::v2v::f_hsl_to_rgb_< T_rgb >

Convert hsl values to rgb.

Definition at line 62 of file hsl_to_rgb.hh.

Constructor & Destructor Documentation

template<typename T_rgb >
mln::fun::v2v::f_hsl_to_rgb_< T_rgb >::f_hsl_to_rgb_ ( )

Member Function Documentation

template<typename T_rgb >
template<typename T_hsl >
T_rgb mln::fun::v2v::f_hsl_to_rgb_< T_rgb >::operator() ( const T_hsl &  hsl) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< f_hsl_to_rgb_< T_rgb > >::category
inherited

Definition at line 134 of file function.hh.

typedef f_hsl_to_rgb_< T_rgb > mln::Object< f_hsl_to_rgb_< T_rgb > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< f_hsl_to_rgb_< T_rgb > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename T_rgb >
typedef T_rgb mln::fun::v2v::f_hsl_to_rgb_< T_rgb >::result

Definition at line 64 of file hsl_to_rgb.hh.