X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fhalftone3.h;h=e99861663a9d8d39a116c7d53451dcc941c20866;hb=41e5abd07c8bbe9a8195950cea87f0756db594a0;hp=1c152d1771259dbb45d862a4ec08796260268438;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/halftone3.h b/synfig-core/trunk/src/modules/mod_filter/halftone3.h index 1c152d1..e998616 100644 --- a/synfig-core/trunk/src/modules/mod_filter/halftone3.h +++ b/synfig-core/trunk/src/modules/mod_filter/halftone3.h @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ /*! \file halftone3.h -** \brief Template Header +** \brief Header file for implementation of the "Halftone 3" layer ** -** $Id: halftone3.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -58,20 +58,20 @@ private: float calc_supersample(const synfig::Point &x, float pw,float ph)const; //float halftone_func(synfig::Point x)const; - + void sync(); public: Halftone3(); - + virtual bool set_param(const synfig::String ¶m, const synfig::ValueBase &value); virtual synfig::ValueBase get_param(const synfig::String ¶m)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; - synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; - + synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; virtual Vocab get_param_vocab()const; -}; + virtual bool reads_context()const { return true; } +}; // END of class Halftone3 /* === E N D =============================================================== */