filledPieRgba method
Implementation
bool filledPieRgba(math.Point<double> p, double rad, double start, double end,
int r, int g, int b, int a) {
return gfx.filledPieRgba(this, p.x, p.y, rad, start, end, r, g, b, a);
}
bool filledPieRgba(math.Point<double> p, double rad, double start, double end,
int r, int g, int b, int a) {
return gfx.filledPieRgba(this, p.x, p.y, rad, start, end, r, g, b, a);
}