X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer.h;h=c00233099a400306a588164bbd0d495d76585c30;hb=c81544a192b7f971ec65498048c004fb86bce8ac;hp=80e50f1b138de7a42f7f238c2637a718d9196a21;hpb=bee0f6d2546e9afe9cbd0d9da701896947d99b5d;p=synfig.git diff --git a/synfig-core/src/synfig/layer.h b/synfig-core/src/synfig/layer.h index 80e50f1..c002330 100644 --- a/synfig-core/src/synfig/layer.h +++ b/synfig-core/src/synfig/layer.h @@ -459,7 +459,7 @@ public: //! Get a list of all of the parameters and their values virtual ParamList get_param_list()const; - //! Sets the \a time for the selected Layer and those under it + //! Sets the \a time for the Layer and those under it /*! \param context Context iterator referring to next Layer. ** \param time writeme ** \see Context::set_time() @@ -474,7 +474,7 @@ 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 pos + //! Gets the blend color of the Layer in the context at \a pos /*! \param context Context iterator referring to next Layer. ** \param pos Point which indicates where the Color should come from ** \see Context::get_color()