[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | Luv2RGBFunctor< T > Class Template Reference |  | 
Convert perceptual uniform CIE L*u*v* into linear (raw) RGB. More...
#include <vigra/colorconversions.hxx>
| Public Types | |
| typedef TinyVector< T, 3 > | argument_type | 
| typedef XYZ2RGBFunctor< T > ::result_type | result_type | 
| typedef XYZ2RGBFunctor< T > ::result_type | value_type | 
| Public Member Functions | |
| template<class V > | |
| result_type | operator() (V const &luv) const | 
Convert perceptual uniform CIE L*u*v* into linear (raw) RGB.
#include <vigra/colorconversions.hxx>
 Namespace: vigra
The functor realizes the inverse of the transformation described in vigra::RGB2LuvFunctor
Traits defined:
FunctorTraits::isUnaryFunctor is true (VigraTrueType) 
| typedef TinyVector<T, 3> argument_type | 
the functor's argument type. (Actually, the argument type can be any vector type with the same interface. But this cannot be expressed in a typedef.)
| typedef XYZ2RGBFunctor<T>::result_type result_type | 
the functor's result type
| typedef XYZ2RGBFunctor<T>::result_type value_type | 
| result_type operator() | ( | V const & | luv | ) | const | 
apply the transformation
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |