[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | GrayToRGBAccessor< VALUETYPE > Class Template Reference |  | 
#include <vigra/rgbvalue.hxx>
| Public Member Functions | |
| template<class ITERATOR > | |
| value_type | operator() (ITERATOR const &i) const | 
| template<class ITERATOR , class DIFFERENCE > | |
| value_type | operator() (ITERATOR const &i, DIFFERENCE d) const | 
Create an RGB view for a grayscale image by making all three channels equal.
#include <vigra/rgbvalue.hxx>
 Namespace: vigra 
| value_type operator() | ( | ITERATOR const & | i | ) | const | 
Get RGB value for the given pixel.
| value_type operator() | ( | ITERATOR const & | i, | 
| DIFFERENCE | d | ||
| ) | const | 
Get RGB value at an offset
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |