Searched refs:saturation (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Dcolor_HSL_adjust.py16 self.OptionParser.add_option("-s", "--saturation",
18 dest="saturation", default="0",
19 help="Adjust saturation")
31 help="Randomize saturation")
54 elif (self.options.saturation):
55 satval = hsl[1] + (self.options.saturation / 100.0)
/inkscape/src/extension/internal/filter/
H A Dpaint.h87 "<param name=\"saturation\" gui-text=\"" N_("Saturation") "\" type=\"float\" precision=\"2\" appearance=\"full\" min=\"0\" max=\"1\">1</param>\n"
132 std::ostringstream saturation; local
155 saturation << ext->get_param_float("saturation");
203 "</filter>\n", light.str().c_str(), noise.str().c_str(), b1in.str().c_str(), dblend.str().c_str(), smooth.str().c_str(), grainxf.str().c_str(), grainyf.str().c_str(), grainc.str().c_str(), grainv.str().c_str(), grainexp.str().c_str(), grainero.str().c_str(), graincol.str().c_str(), b2in.str().c_str(), gblend.str().c_str(), saturation.str().c_str(), transf.str().c_str(), transf.str().c_str(), transf.str().c_str(), col3in.str().c_str());
835 * Pre-saturation (0.->1., default 1.) -> color1 (values)
836 * Post-saturation (0.->1., default 1.) -> color2 (values)
870 "<param name=\"presaturation\" gui-text=\"" N_("Pre-saturation") "\" type=\"float\" appearance=\"full\" precision=\"2\" min=\"0.00\" max=\"1.00\">1.00</param>\n"
871 "<param name=\"postsaturation\" gui-text=\"" N_("Post-saturation") "\" type=\"float\" appearance=\"full\" precision=\"2\" min=\"0.00\" max=\"1.00\">1.00</param>\n"
H A Dcolor.h52 * Over-saturation (0.->10., default 0.5) -> colorMatrix (6 other entries)
76 "<param name=\"sat\" gui-text=\"" N_("Over-saturation") "\" type=\"float\" appearance=\"full\" precision=\"2\" min=\"0.0\" max=\"10.00\">0.5</param>\n"
157 "<param name=\"saturation\" gui-text=\"" N_("Saturation") "\" type=\"float\" appearance=\"full\" precision=\"2\" min=\"0.\" max=\"1.\">1</param>\n"
186 std::ostringstream saturation; local
197 saturation << ext->get_param_float("saturation");
226 "</filter>\n", saturation.str().c_str(), red.str().c_str(), green.str().c_str(),
1468 * Over-saturation (0.->1., default 0) -> composite1 (k2)
1492 "<param name=\"sat\" gui-text=\"" N_("Over-saturation") "\" type=\"float\" appearance=\"full\" precision=\"2\" min=\"0.00\" max=\"1.00\">0</param>\n"
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c414 gdouble hue, saturation, value; local
426 saturation = *s;
433 p = value * (1.0 - saturation);
434 q = value * (1.0 - saturation * f);
435 t = value * (1.0 - saturation * (1.0 - f));
481 /* Computes the vertices of the saturation/value triangle */
543 /* Computes a saturation/value pair based on the mouse coordinates */
634 /* Computes whether a point is inside the saturation/value triangle */
1434 * @s: (out): Return value for the saturation

Completed in 28 milliseconds