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

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp719 GtkWidget *l = clonetiler_spinbox (_("Change the color saturation by this percentage for each column"), "saturation_per_i",
2326 double saturation_per_i = 0.01 * prefs->getDoubleLimited(prefs_path + "saturation_per_i", 0, -100, 100); local
2469 hsl[1] += saturation_per_i * eff_i + saturation_per_j * eff_j + saturation_rand * g_random_double_range (-1, 1);

Completed in 34 milliseconds