X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Frectangle.h;h=add217c9ac1ff379dd6ca66cb2811e78a5278f6a;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=131293834663e5a631925601675cca0ac80bc277;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h index 1312938..add217c 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h +++ b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file rectangle.h -** \brief Template Header +** \brief Header file for implementation of the "Rectangle" layer ** ** $Id$ ** @@ -62,6 +62,8 @@ public: virtual synfig::ValueBase get_param(const synfig::String & param)const; + virtual bool is_solid_color()const; + virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const; virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const;