summaryrefslogtreecommitdiff
path: root/rotord/cvimage.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-17 12:09:28 +0100
committerTim Redfern <tim@herge.(none)>2013-07-17 12:09:28 +0100
commit17bde044aceadf9484d9ac999e8d4b9b2381f9c8 (patch)
tree7e86b3765458963cf9ba86c1e2f8501043749241 /rotord/cvimage.h
parent1e63c7c3b554fbf4030a75a51ee8ad3d0fc05d94 (diff)
rendering timer
Diffstat (limited to 'rotord/cvimage.h')
-rw-r--r--rotord/cvimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/cvimage.h b/rotord/cvimage.h
index 7935ded..c73ba70 100644
--- a/rotord/cvimage.h
+++ b/rotord/cvimage.h
@@ -162,6 +162,7 @@ namespace Rotor {
Image & operator*=(const Image &other);
Image & add_wrap(const Image &other);
Image & alpha_blend(const Image &other);
+ Image & alpha_blend_old(const Image &other);
Image & alpha_merge(const Image &other);
Image & operator*=(const float &amount);
Image * operator*(const float &amount);