|
TuttleOFX
1
|
#include "rgb.hpp"

Go to the source code of this file.
Data Structures | |
| struct | terry::color::layout::YPbPr::Y_t |
| Luminance. More... | |
| struct | terry::color::layout::YPbPr::Pb_t |
| Pb. More... | |
| struct | terry::color::layout::YPbPr::Pr_t |
| Pr. More... | |
Namespaces | |
| namespace | terry |
| namespace | terry::color |
| namespace | terry::color::layout |
| namespace | terry::color::layout::YPbPr |
Typedefs | |
| typedef boost::mpl::vector3 < YPbPr::Y_t, YPbPr::Pb_t, YPbPr::Pr_t > | terry::color::layout::YPbPr_t |
Functions | |
| template<typename SrcP , typename DstP > | |
| void | terry::color::layout::convertYPbPrToRgb (const SrcP &src, DstP &dst) |
| YPbPr -> RGB. | |
| template<typename SrcP , typename DstP > | |
| void | terry::color::layout::convertRgbToYPbPr (const SrcP &src, DstP &dst) |
| RGB -> YPbPr. | |