Searched defs:Feather (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/filter/
H A Dblurs.h14 * Feather
241 \brief Custom predefined Feather filter.
249 class Feather : public Inkscape::Extension::Internal::Filter::Filter { class in namespace:Inkscape::Extension::Internal::Filter
254 Feather ( ) : Filter() { }; function in class:Inkscape::Extension::Internal::Filter::Feather
255 virtual ~Feather ( ) { if (_filter != NULL) g_free((void *)_filter); return; }
260 "<name>" N_("Feather") "</name>\n"
261 "<id>org.inkscape.effect.filter.Feather</id>\n"
272 "</inkscape-extension>\n", new Feather());
278 Feather::get_filter_text (Inkscape::Extension::Extension * ext)
287 "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" style=\"color-interpolation-filters:sRGB;\" inkscape:label=\"Feather\">\
[all...]

Completed in 13 milliseconds