bool filledCircleRgba( math.Point<double> p, double rad, int r, int g, int b, int a) { return gfx.filledCircleRgba(this, p.x, p.y, rad, r, g, b, a); }