[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]

Lab2RGBFunctor< T > Class Template Reference
[Color Space Conversions]

Convert perceptual uniform CIE L*a*b* into linear (raw) RGB. More...

#include <vigra/colorconversions.hxx>

List of all members.

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

 Lab2RGBFunctor (component_type max)
 Lab2RGBFunctor ()
template<class V >
result_type operator() (V const &lab) const

Detailed Description

template<class T>
class vigra::Lab2RGBFunctor< T >

Convert perceptual uniform CIE L*a*b* into linear (raw) RGB.

#include <vigra/colorconversions.hxx>
Namespace: vigra

The functor realizes the inverse of the transformation described in vigra::RGB2LabFunctor

Traits defined:

FunctorTraits::isUnaryFunctor is true (VigraTrueType)

Examples:

palette.cxx.


Member Typedef Documentation

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.)

the functor's result type

Deprecated:
use argument_type and result_type

Constructor & Destructor Documentation

Lab2RGBFunctor (  ) 

default constructor. The maximum value for each RGB component defaults to 255.

Lab2RGBFunctor ( component_type  max  ) 

constructor

  • max - the maximum value for each RGB component

Member Function Documentation

result_type operator() ( V const &  lab  )  const

apply the transformation


The documentation for this class was generated from the following file:

© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de)
Heidelberg Collaboratory for Image Processing, University of Heidelberg, Germany

html generated using doxygen and Python
VIGRA 1.6.0 (5 Nov 2009)