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