roundedBoxRgba method
Implementation
bool roundedBoxRgba(
math.Rectangle<double> rect, double rad, int r, int g, int b, int a) {
return gfx.roundedBoxRgba(
this, rect.left, rect.top, rect.right, rect.bottom, rad, r, g, b, a);
}
bool roundedBoxRgba(
math.Rectangle<double> rect, double rad, int r, int g, int b, int a) {
return gfx.roundedBoxRgba(
this, rect.left, rect.top, rect.right, rect.bottom, rad, r, g, b, a);
}