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