[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
XYZ2RGBFunctor Class Template Reference | ![]() |
---|
Convert standardized tri-stimulus XYZ into linear (raw) RGB. 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 | |
XYZ2RGBFunctor () | |
XYZ2RGBFunctor (component_type max) | |
template<class V> value_type | operator() (TinyVector< V, 3 > const &xyz) const |
Detailed Description |
#include "vigra/colorconversions.hxx"
Namespace: vigra
According to ITU-R Recommendation BT.709, the functor realizes the transformation
By default,
. This default can be overridden in the constructor. This is the inverse transform of vigra::RGB2XYZFunctor.
|
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
|