[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | Lab2RGBPrimeFunctor [Color Space Conversions] |  | 
Convert perceptual uniform CIE L*a*b* into non-linear (gamma corrected) R'G'B'. 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 | |
| Lab2RGBPrimeFunctor (component_type max) | |
| Lab2RGBPrimeFunctor () | |
| template<class V> | |
| result_type | operator() (V const &lab) const | 
#include <vigra/colorconversions.hxx>
 Namespace: vigra
The functor realizes the inverse of the transformation described in vigra::RGBPrime2LabFunctor
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 | 
default constructor. The maximum value for each RGB component defaults to 255.
| Lab2RGBPrimeFunctor | ( | component_type | max | ) | 
constructor
| result_type operator() | ( | V const & | lab | ) | const | 
apply the transformation
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |