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/HSV_8hpp.html | 111 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 doc/html/HSV_8hpp.html (limited to 'doc/html/HSV_8hpp.html') diff --git a/doc/html/HSV_8hpp.html b/doc/html/HSV_8hpp.html new file mode 100644 index 0000000..572041a --- /dev/null +++ b/doc/html/HSV_8hpp.html @@ -0,0 +1,111 @@ + + + + + + + +Templates -- Meow: meowpp/colors/HSV.hpp File Reference + + + + + + + + + + + +
+
+ + + + + + + +
+
Templates -- Meow +  1.1.4 +
+
A C++ template which is unable and also not allowed to compile to obj-file first.
+
+
+ + +
+
+ +
+
+
+ +
+
+ +
+
HSV.hpp File Reference
+
+
+
#include "HSV.h"
+#include "RGB.h"
+#include "YUV.h"
+#include "HSL.h"
+#include "../utility.h"
+
+

Go to the source code of this file.

+ + + + +

+Namespaces

 meow
 
+ + + + + + + + + + + + + + + + + + + +

+Functions

template<class RGB_T , class HSV_T >
void meow::RGB_to_HSV (RGB< RGB_T > const &rgb, HSV< HSV_T > *hsv)
 
template<class HSV_T , class RGB_T >
void meow::HSV_to_RGB (HSV< HSV_T > const &hsv, RGB< RGB_T > *rgb)
 
template<class YUV_T , class HSV_T >
void meow::YUV_to_HSV (YUV< YUV_T > const &yuv, HSV< HSV_T > *hsv)
 
template<class HSV_T , class YUV_T >
void meow::HSV_to_YUV (HSV< HSV_T > const &hsv, YUV< YUV_T > *yuv)
 
template<class HSL_T , class HSV_T >
void meow::HSL_to_HSV (HSL< HSL_T > const &hsl, HSV< HSV_T > *hsv)
 
template<class HSV_T , class HSL_T >
void meow::HSV_to_HSL (HSV< HSV_T > const &hsv, HSL< HSL_T > *hsl)
 
+
+
+ + + + + -- cgit