TuttleOFX
1
|
#include "rgb.hpp"
Go to the source code of this file.
Data Structures | |
struct | terry::color::layout::yuv::y_t |
Luminance. More... | |
struct | terry::color::layout::yuv::u_t |
U. More... | |
struct | terry::color::layout::yuv::v_t |
V. More... | |
Namespaces | |
namespace | terry |
namespace | terry::color |
namespace | terry::color::layout |
namespace | terry::color::layout::yuv |
Typedefs | |
typedef boost::mpl::vector3 < yuv::y_t, yuv::u_t, yuv::v_t > | terry::color::layout::yuv_t |
Functions | |
template<typename SrcP , typename DstP > | |
void | terry::color::layout::layout_convert< rgb_t, yuv_t > (const SrcP &src, DstP &dst) |
RGB -> YUV. | |
template<typename SrcP , typename DstP > | |
void | terry::color::layout::layout_convert< yuv_t, rgb_t > (const SrcP &src, DstP &dst) |
YUV -> RGB. |