Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_example / metaballs.cpp
index 0cfa6c3..0fe6d5d 100644 (file)
@@ -65,7 +65,7 @@ SYNFIG_LAYER_SET_CVS_ID(Metaballs,"$Id$");
 /* === E N T R Y P O I N T ================================================= */
 
 Metaballs::Metaballs():
-       Layer_Composite(1.0,Color::BLEND_STRAIGHT),
+       Layer_Composite(1.0,Color::BLEND_COMPOSITE),
        gradient(Color::black(), Color::white()),
        threshold(0),
        threshold2(1),