thickLineRgba method
Implementation
bool thickLineRgba(math.Point<double> p1, math.Point<double> p2, double width,
int r, int g, int b, int a) {
return gfx.thickLineRgba(this, p1.x, p1.y, p2.x, p2.y, width, r, g, b, a);
}
bool thickLineRgba(math.Point<double> p1, math.Point<double> p2, double width,
int r, int g, int b, int a) {
return gfx.thickLineRgba(this, p1.x, p1.y, p2.x, p2.y, width, r, g, b, a);
}