Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / synfig / color.h
index d54b0e9..e2499f7 100644 (file)
@@ -498,7 +498,9 @@ public:
                BLEND_ALPHA_DARKEN=15,          //!< \deprecated If A is more opaque than B, use B
                BLEND_ALPHA_OVER=19,            //!< \deprecated multiply alphas and then straight blends using the amount
 
-               BLEND_END=22                            //!< \internal
+               BLEND_END=22,                           //!< \internal
+               BLEND_BY_LAYER=999                      //! Used to let the layer decides what Blend Method use by
+                                                                       //! default when the layer is created
        };
 
        /* Other */