static int iround_blend(double x, double y, double yish) { ret iround(blend(x, y, yish)); }