aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/HSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/HSL.h')
-rw-r--r--meowpp/colors/HSL.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/meowpp/colors/HSL.h b/meowpp/colors/HSL.h
index b16bb2d..2943c1c 100644
--- a/meowpp/colors/HSL.h
+++ b/meowpp/colors/HSL.h
@@ -49,6 +49,8 @@ namespace meow{
double lMax() const;
};
+ template<class HSL_T1, class HSL_T2>
+ inline void HSL_to_HSL(HSL<HSL_T1> const& a, HSL<HSL_T2>* b);
template<class RGB_T, class HSL_T>
inline void RGB_to_HSL(RGB<RGB_T> const& rgb, HSL<HSL_T>* hsl);
template<class HSL_T, class RGB_T>