X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fhalftone.h;h=43d83d068251467f406f186ae8f801439ae76997;hb=73bd9cfa67d62a500d45bee844cf8cd863890109;hp=ee35e26063ca1e338020180f60f1114ca2ca1e0c;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/halftone.h b/synfig-core/trunk/src/modules/mod_filter/halftone.h index ee35e26..43d83d0 100644 --- a/synfig-core/trunk/src/modules/mod_filter/halftone.h +++ b/synfig-core/trunk/src/modules/mod_filter/halftone.h @@ -2,7 +2,7 @@ /*! \file halftone.h ** \brief Template Header ** -** $Id: halftone.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 @@ -52,7 +52,7 @@ public: synfig::Angle angle; float mask(synfig::Point point)const; - + float operator()(const synfig::Point &point, const float& intensity, float supersample=0)const; };