roundedBoxColor method
Implementation
bool roundedBoxColor(
math.Rectangle<double> rect,
double rad,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.roundedBoxColor(
this,
rect.left,
rect.top,
rect.right,
rect.bottom,
rad,
color,
blendMode: blendMode,
);