X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_filter%2Fblur.h;h=c51946f65d8f7e7e722a6265d4e38cb2d36680a5;hb=395ddd4089edf7d028b27815ca41953227884930;hp=cfe8a2ff40fc91130fc8a3ee4e1e4c0bb1a9feec;hpb=95e671c091f35812d7c83559c595ebfd3ce45cb4;p=synfig.git diff --git a/synfig-core/src/modules/mod_filter/blur.h b/synfig-core/src/modules/mod_filter/blur.h index cfe8a2f..c51946f 100644 --- a/synfig-core/src/modules/mod_filter/blur.h +++ b/synfig-core/src/modules/mod_filter/blur.h @@ -44,6 +44,9 @@ private: synfig::Point size; int type; + bool size_static; + bool type_static; + public: Blur_Layer(); @@ -51,6 +54,9 @@ public: virtual ValueBase get_param(const String & param)const; + virtual bool set_param_static(const String ¶m, const bool x); + virtual bool get_param_static(const String ¶m) const; + virtual Color get_color(Context context, const Point &pos)const; virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;