Searched refs:sat (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/filter/ |
H A D | color.h | 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" 98 std::ostringstream sat; local 103 sat << 1 + ext->get_param_float("sat"); 107 sat << -ext->get_param_float("sat"); 114 "</filter>\n", brightness.str().c_str(), sat.str().c_str(), sat.str().c_str(), 115 lightness.str().c_str(), sat.str().c_str(), brightness.str().c_str(), 116 sat 353 std::ostringstream sat; local 1522 std::ostringstream sat; local [all...] |
/inkscape/src/ui/widget/ |
H A D | gimpcolorwheel.c | 1535 gdouble hue, sat, val; local 1540 sat = priv->s; 1557 compute_sv (wheel, x, y, &sat, &val); 1567 compute_sv (wheel, x, y, &sat, &val); 1577 compute_sv (wheel, x, y, &sat, &val); 1588 compute_sv (wheel, x, y, &sat, &val); 1603 gimp_color_wheel_set_color (wheel, hue, sat, val);
|
Completed in 20 milliseconds