[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
YPrimePbPr2RGBPrimeFunctor Class Template Reference | ![]() |
---|
Convert Y'PbPr color difference 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 | |
YPrimePbPr2RGBPrimeFunctor () | |
YPrimePbPr2RGBPrimeFunctor (component_type max) | |
template<class V> result_type | operator() (TinyVector< V, 3 > const &ypbpr) const |
Detailed Description |
#include "vigra/colorconversions.hxx"
Namespace: vigra
The functor realizes the inverse of the transformation described in vigra::RGBPrime2YPrimePbPrFunctor
|
the functor's argument type. (Actually, the argument type is more general: |
|
the functor's result type |
|
|
|
default constructor. The maximum value for each RGB component defaults to 255. |
|
constructor
|
|
apply the transformation |
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|