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

/inkscape/src/extension/internal/
H A Dgimpgrad.cpp76 static Glib::ustring stop_svg(ColorRGBA const in_color, double const location) function in namespace:Inkscape::Extension::Internal
233 outsvg += stop_svg(leftcolor, left);
236 outsvg += stop_svg(leftcolor.average(rightcolor), middle);
238 outsvg += stop_svg(rightcolor, right);

Completed in 14 milliseconds