From 0c2b109bcac035e5fd9370b78eecad7cf40793cc Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 18 Jul 2013 11:21:47 +0100 Subject: add xor blending --- rotord/cvimage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/cvimage.h') diff --git a/rotord/cvimage.h b/rotord/cvimage.h index a8a7a09..44cbca8 100644 --- a/rotord/cvimage.h +++ b/rotord/cvimage.h @@ -160,6 +160,7 @@ 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 & operator^=(const Image &other); Image & alpha_blend(const Image &other); Image & alpha_blend_cv(const Image &other); Image & alpha_merge(const Image &other); -- cgit v1.2.3