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

/inkscape/src/
H A Dsp-stop.cpp234 guint32 rgb0 = 0; local
243 rgb0 = sp_svg_read_color(str, rgb0);
248 g_return_val_if_fail((alpha & ~0xff) == 0, rgb0 | 0xff);
250 return rgb0 | alpha;
H A Dstyle-internal.cpp1039 guint32 const rgb0 = sp_svg_read_color(str, 0xff); local
1040 if (rgb0 != 0xff) {
1041 setColor(rgb0);
1246 guint32 const rgb0 = sp_svg_read_color(str, &str, 0xff); local
1247 if (rgb0 != 0xff) {
1248 setColor( rgb0 );
/inkscape/src/ui/widget/
H A Dcolor-scales.cpp526 gfloat rgb0[3], rgbm[3], rgb1[3]; local
561 sp_color_hsl_to_rgb_floatv(rgb0, getScaled(_a[0]), 0.0, getScaled(_a[2]));
564 _s[1]->setColors(SP_RGBA32_F_COMPOSE(rgb0[0], rgb0[1], rgb0[2], 1.0),
570 sp_color_hsl_to_rgb_floatv(rgb0, getScaled(_a[0]), getScaled(_a[1]), 0.0);
573 _s[2]->setColors(SP_RGBA32_F_COMPOSE(rgb0[0], rgb0[1], rgb0[2], 1.0),
579 sp_color_hsl_to_rgb_floatv(rgb0, getScale
[all...]
/inkscape/src/trace/
H A Dsiox.cpp269 float CieLab::diff(unsigned int rgb0, unsigned int rgb1) argument
271 return (float) sqrt(diffSq(rgb0, rgb1));

Completed in 1239 milliseconds