From bafcb16a9048268c78210c65577ce7ec7b2577d0 Mon Sep 17 00:00:00 2001 From: cathook Date: Mon, 23 Jun 2014 17:03:55 +0800 Subject: update stylesheet.css, Self.h --- doc/html/YUV_8hpp.html | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 doc/html/YUV_8hpp.html (limited to 'doc/html/YUV_8hpp.html') diff --git a/doc/html/YUV_8hpp.html b/doc/html/YUV_8hpp.html new file mode 100644 index 0000000..ad8aeb2 --- /dev/null +++ b/doc/html/YUV_8hpp.html @@ -0,0 +1,97 @@ + + + + + + + +Templates -- Meow: meowpp/colors/YUV.hpp File Reference + + + + + + + + + + + +
+
+ + + + + + + +
+
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)
 
+
+
+ + + + + -- cgit v1.2.3