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

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp725 GtkWidget *l = clonetiler_spinbox (_("Randomize the color saturation by this percentage"), "saturation_rand",
2327 double saturation_rand = 0.01 * prefs->getDoubleLimited(prefs_path + "saturation_rand", 0, 0, 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 22 milliseconds