aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/HSV.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/HSV.h')
-rw-r--r--meowpp/colors/HSV.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/meowpp/colors/HSV.h b/meowpp/colors/HSV.h
index d5e21a4..c28cb83 100644
--- a/meowpp/colors/HSV.h
+++ b/meowpp/colors/HSV.h
@@ -50,6 +50,8 @@ namespace meow{
double vMax() const;
};
+ template<class HSV_T1, class HSV_T2>
+ inline void HSV_to_HSV(HSV<HSV_T1> const& a, HSV<HSV_T2>* b);
template<class RGB_T, class HSV_T>
inline void RGB_to_HSV(RGB<RGB_T> const& rgb, HSV<HSV_T>* hsv);
template<class HSV_T, class RGB_T>