aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/YUV.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/YUV.h')
-rw-r--r--meowpp/colors/YUV.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/meowpp/colors/YUV.h b/meowpp/colors/YUV.h
index b3744d1..1b1d60e 100644
--- a/meowpp/colors/YUV.h
+++ b/meowpp/colors/YUV.h
@@ -48,6 +48,8 @@ namespace meow{
double vMax() const;
};
+ template<class YUV_T1, class YUV_T2>
+ inline void YUV_to_YUV(YUV<YUV_T1> const& a, YUV<YUV_T2>* b);
template<class RGB_T, class YUV_T>
inline void RGB_to_YUV(RGB<RGB_T> const& rgb, YUV<YUV_T>* yuv);
template<class YUV_T, class RGB_T>