bool hlineRgba(double x1, double x2, double y, int r, int g, int b, int a) { return gfx.hlineRgba(this, x1, x2, y, r, g, b, a); }