Move the gamma_in and gamma_out macros into "color.h".
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_animated.cpp
index b211da0..3bb0146 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file valuenode_animated.cpp
 **     \brief Template File
 **
-**     $Id: valuenode_animated.cpp,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -1027,7 +1027,7 @@ synfig::ValueNode_Animated::create(ValueBase::Type type)
                case ValueBase::TYPE_STRING:
                        return ValueNode_Animated::Handle(new _Constant<String>);
                case ValueBase::TYPE_GRADIENT:
-                       return ValueNode_Animated::Handle(new _Constant<Gradient>);
+                       return ValueNode_Animated::Handle(new _Hermite<Gradient>);
                case ValueBase::TYPE_BOOL:
                        return ValueNode_Animated::Handle(new _AnimBool);
                case ValueBase::TYPE_CANVAS: