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

/inkscape/src/ui/widget/
H A Dcolor-scales.cpp257 gfloat ColorScales::getScaled(const GtkAdjustment *a) function in class:Inkscape::UI::Widget::ColorScales
303 rgba[0] = getScaled(_a[0]);
304 rgba[1] = getScaled(_a[1]);
305 rgba[2] = getScaled(_a[2]);
306 rgba[3] = getScaled(_a[3]);
309 sp_color_hsl_to_rgb_floatv(rgba, getScaled(_a[0]), getScaled(_a[1]), getScaled(_a[2]));
310 rgba[3] = getScaled(_a[3]);
313 sp_color_cmyk_to_rgb_floatv(rgba, getScaled(_
[all...]

Completed in 16 milliseconds