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

/inkscape/src/extension/internal/filter/
H A Dblurs.h188 "<param name=\"fade\" gui-text=\"" N_("Fading") "\" type=\"float\" appearance=\"full\" precision=\"2\" min=\"0.\" max=\"1.00\">0</param>\n"
217 std::ostringstream fade; local
223 fade << ext->get_param_float("fade");
235 "</filter>\n", bright.str().c_str(), fade.str().c_str(), hblur.str().c_str(), vblur.str().c_str(), blend.str().c_str());
/inkscape/share/extensions/
H A DjessyInk.js782 if (effectArray[counter]["effect"] == "fade")
783 done &= fade(parseInt(effectArray[counter]["dir"]) * dir, effectArray[counter]["element"], transCounter, effectArray[counter]["options"]);
1323 if (effect["effect"] == "fade")
1324 fade(parseInt(effect["dir"]), effect["element"], STATE_END, effect["options"]);
1713 /** The fade effect.
1720 function fade(dir, element, time, options) function
1890 if (effect["effect"] == "fade")
1891 fade(effect["dir"], effect["element"], STATE_END, effect["options"]);
1908 if (effect["effect"] == "fade")
1909 fade(parseIn
[all...]

Completed in 19 milliseconds