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