Templates -- Meow  1.1.4
A C++ template which is unable and also not allowed to compile to obj-file first.
YUV.hpp File Reference
#include <algorithm>
#include "RGB.h"
#include "../utility.h"

Go to the source code of this file.

Namespaces

 meow
 

Functions

template<class RGB_T , class YUV_T >
void meow::RGB_to_YUV (RGB< RGB_T > const &rgb, YUV< YUV_T > *yuv)
 
template<class YUV_T , class RGB_T >
void meow::YUV_to_RGB (YUV< YUV_T > const &yuv, RGB< RGB_T > *rgb)