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

/inkscape/src/extension/internal/
H A Dgimpgrad.cpp66 \param in_color The color for the stop
76 static Glib::ustring stop_svg(ColorRGBA const in_color, double const location) argument
81 sp_svg_write_color(stop_color_css, sizeof(stop_color_css), in_color.getIntValue());
85 if (in_color[3] != 1) {
87 append_css_num(ret, in_color[3]);

Completed in 13 milliseconds