aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/RGB.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/RGB.h')
-rw-r--r--meowpp/colors/RGB.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/meowpp/colors/RGB.h b/meowpp/colors/RGB.h
index 04b52a1..5531d96 100644
--- a/meowpp/colors/RGB.h
+++ b/meowpp/colors/RGB.h
@@ -59,6 +59,9 @@ namespace meow{
int32_t bMin() const;
int32_t bMax() const;
};
+
+ template<class RGB_T1, class RGB_T2>
+ inline void RGB_to_RGB(RGB<RGB_T1> const& a, RGB<RGB_T2>* b);
}
#include "RGB.hpp"