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