Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Namespaces | Functions
PixelConverter.h File Reference
#include <QColor>
Include dependency graph for PixelConverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  omni::RGBAFloat
 RGBA float pixel type. More...
 
struct  omni::PixelConverter< IN, OUT >
 Template for converting IN pixel type to OUT pixel type. More...
 
struct  omni::PixelConverter< IN, QColor >
 Convert to QColor. More...
 
struct  omni::PixelConverter< uint8_t, QColor >
 Convert byte value to grayscale QColor. More...
 
struct  omni::PixelConverter< RGBAFloat, QColor >
 Convert RGBA to QColor. More...
 
struct  omni::PixelConverter< int, QColor >
 Convert int value to grayscale QColor. More...
 
struct  omni::PixelConverter< unsigned int, QColor >
 Convert int value to grayscale QColor. More...
 

Namespaces

 omni
 Header to document namespaces.
 

Functions

template<typename IN , typename OUT >
void omni::convertPixel (const IN &_in, OUT &_out)
 Convert IN to OUT pixel. More...
 
template<typename OUT , typename IN >
OUT omni::convertPixel (const IN &_in)
 Convert pixel IN to OUT pixel and return OUT. More...