Add 'alpha brighten' to the list of blend methods to be considered 'straight'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 23 Jan 2008 21:14:17 +0000 (21:14 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 23 Jan 2008 21:14:17 +0000 (21:14 +0000)
git-svn-id: http://svn.voria.com/code@1444 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/color.h

index 6c38c6a..28bed9c 100644 (file)
@@ -530,6 +530,7 @@ public:
        {
                return x==BLEND_STRAIGHT
                        || x==BLEND_STRAIGHT_ONTO
+                       || x==BLEND_ALPHA_BRIGHTEN
                ;
        }
 /*protected: