From 9cf113df8b50c0c6f5132d3bd8b803db5332d9e6 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 17 Jul 2013 15:38:31 +0100 Subject: glitchy blend modes --- rotord/cvimage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rotord/cvimage.h') diff --git a/rotord/cvimage.h b/rotord/cvimage.h index 0b767d8..a8a7a09 100644 --- a/rotord/cvimage.h +++ b/rotord/cvimage.h @@ -160,10 +160,11 @@ namespace Rotor { //believe these still work, don't know if these optimisations are better than opencvs.. Image & operator+=(const Image &other); Image & operator*=(const Image &other); - Image & add_wrap(const Image &other); Image & alpha_blend(const Image &other); Image & alpha_blend_cv(const Image &other); Image & alpha_merge(const Image &other); + Image & add_wrap(const Image &other); + Image & divide_wrap(const Image &other); Image & operator*=(const float &amount); Image * operator*(const float &amount); Image * operator+(const float &amount); -- cgit v1.2.3