Searched refs:r3 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | gimpcolorwheel.c | 1019 gint x3, y3, r3, g3, b3; /* Third vertex */ local 1058 get_color (priv->h, 0.0, 1.0, &r3, &g3, &b3); 1064 SWAP (r2, r3, t); 1073 SWAP (r1, r3, t); 1112 rl = LERP (r2, r3, y2, y3, y_interp); 1119 rr = LERP (r1, r3, y1, y3, y_interp);
|
Completed in 16 milliseconds