X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fhalftone.h;h=c75df2c51008e05f8bb0be56f43de8ff4b39b0bb;hb=9ad41b0d8487c57ababec0da386adb620e7f06a7;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..c75df2c 100644 --- a/synfig-core/trunk/src/modules/mod_filter/halftone.h +++ b/synfig-core/trunk/src/modules/mod_filter/halftone.h @@ -2,10 +2,11 @@ /*! \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 +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -47,12 +48,12 @@ class Halftone public: int type; - synfig::Point offset; + synfig::Point origin; synfig::Vector size; synfig::Angle angle; float mask(synfig::Point point)const; - + float operator()(const synfig::Point &point, const float& intensity, float supersample=0)const; };