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

/inkscape/src/
H A Dgradient-chemistry.h69 guint32 average_color(guint32 c1, guint32 c2, double p = 0.5);
H A Dsp-mesh-array.cpp2621 guint32 average_color(guint32 c1, guint32 c2, gdouble p);
2716 guint cnew = average_color( c0, c1, coord );
2831 guint cnew = average_color( c0, c1, coord );
H A Dgradient-chemistry.cpp628 guint32 average_color(guint32 c1, guint32 c2, gdouble p) function
653 guint32 cnew = average_color (c1, c2, (offset - prev_stop->offset) / (next_stop->offset - prev_stop->offset));
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp410 guint32 c1 = average_color (c0, c2,

Completed in 35 milliseconds