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=2d94f5c6dc7600403fc4a9b8f14f5d57b54abca5;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;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 2d94f5c..add217c 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h +++ b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ /*! \file rectangle.h -** \brief Template Header +** \brief Header file for implementation of the "Rectangle" layer ** -** $Id: rectangle.h,v 1.2 2005/01/24 03:08:17 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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;