static Rect blendRects(Rect a, Rect b, double bish) { ret rectFromPoints( blendPoints(a.x, a.y, b.x, b.y, bish), blendPoints(a.x2(), a.y2(), b.x2(), b.y2(), bish)); }