X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer.h;h=f2d1c8b2217b6fcf99538079d09dd2607f88792c;hb=2faf3310778c102003b3408b24fcc7968a854a4b;hp=67894f3ca24b7212e3a161731f5bd0299988d364;hpb=c6af6e1c3816eb3b15c573089b32e6ae65cd2f49;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer.h b/synfig-core/trunk/src/synfig/layer.h index 67894f3..f2d1c8b 100644 --- a/synfig-core/trunk/src/synfig/layer.h +++ b/synfig-core/trunk/src/synfig/layer.h @@ -390,13 +390,12 @@ public: ** \todo \a point should be of the type const Point \& */ virtual void set_time(Context context, Time time, const Point &point)const; - //! Gets the color of the Canvas at \a point + //! Gets the color of the Canvas at \a pos /*! \param context Context iterator refering to next Layer. - ** \param point Point which indicates where the desired Color should come from - ** \todo \a point should be of the type const Point \& + ** \param pos Point which indicates where the Color should come from ** \see Handle::get_color() */ - virtual Color get_color(Context context, const Point &point)const; + virtual Color get_color(Context context, const Point &pos)const; //! Renders the Canvas to the given Surface in an accelerated manner /*! \param context Context iterator refering to next Layer.