int vlineRgba(int x, int y1, int y2, int r, int g, int b, int a) { // 131 return gfx.vlineRgba(this, x, y1, y2, r, g, b, a); }