filledEllipseColor method
Implementation
bool filledEllipseColor(
math.Point<double> p,
math.Point<double> rad,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.filledEllipseColor(
this,
p.x,
p.y,
rad.x,
rad.y,
color,
blendMode: blendMode,
);