bool boxInRgba(math.Rectangle<double> rect, int r, int g, int b, int a) { return gfx.boxRgba( this, rect.left, rect.top, rect.right - 1, rect.bottom - 1, r, g, b, a); }