|
Omnidome
Fulldome Mapping Software Toolkit
|
#include <QColor>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... | |
1.8.6