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