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

details YPrimeIQ2RGBPrimeFunctor Class Template Reference VIGRA

Convert Y'IQ color components into non-linear (gamma corrected) R'G'B'. More...

#include "vigra/colorconversions.hxx"


Public Types

typedef TinyVector< T, 3 > argument_type
typedef RGBValue< T > result_type
typedef RGBValue< T > value_type

Public Methods

 YPrimeIQ2RGBPrimeFunctor ()
 YPrimeIQ2RGBPrimeFunctor (component_type max)
template<class V> result_type operator() (TinyVector< V, 3 > const &yiq) const


Detailed Description


template<class T>
class vigra::YPrimeIQ2RGBPrimeFunctor< T >

Convert Y'IQ color components into non-linear (gamma corrected) R'G'B'.

#include "vigra/colorconversions.hxx"
Namespace: vigra

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


Member Typedef Documentation


typedef TinyVector<T, 3> argument_type

 

the functor's argument type. (Actually, the argument type is more general: TinyVector<V, 3> with arbitrary V. But this cannot be expressed in a typedef.)


typedef RGBValue<T> result_type

 

the functor's result type


typedef RGBValue<T> value_type

 

Deprecated:
use argument_type and result_type


Constructor & Destructor Documentation


YPrimeIQ2RGBPrimeFunctor   [inline]

 

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


YPrimeIQ2RGBPrimeFunctor component_type    max [inline]

 

constructor

  • max - the maximum value for each RGB component


Member Function Documentation


result_type operator() TinyVector< V, 3 > const &    yiq const [inline]

 

apply the transformation


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

© Ullrich Köthe (koethe@informatik.uni-hamburg.de)
Cognitive Systems Group, University of Hamburg, Germany

html generated using doxygen and Python
VIGRA 1.2.0 (7 Aug 2003)