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